From db1ad8a9e021cacc9a88fadd8dd51e849f4b5143 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 18 Mar 2003 12:01:24 +0000 Subject: *** empty log message *** --- test/files/pos/exceptions.scala | 2 +- test/pos/exceptions.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/files/pos/exceptions.scala b/test/files/pos/exceptions.scala index dc7f730f0d..4c7ffa35c8 100644 --- a/test/files/pos/exceptions.scala +++ b/test/files/pos/exceptions.scala @@ -4,7 +4,7 @@ module test { //def error[a](x: String):a = new java.lang.RuntimeException(x) throw; - def main(): Unit { + def main(): Unit = { try { try { error("hi!"); diff --git a/test/pos/exceptions.scala b/test/pos/exceptions.scala index dc7f730f0d..4c7ffa35c8 100644 --- a/test/pos/exceptions.scala +++ b/test/pos/exceptions.scala @@ -4,7 +4,7 @@ module test { //def error[a](x: String):a = new java.lang.RuntimeException(x) throw; - def main(): Unit { + def main(): Unit = { try { try { error("hi!"); -- cgit v1.2.3