From 66f28b5aa86372c16219f9acdaf9648b93fe133f Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Tue, 24 Mar 2009 14:20:50 +0000 Subject: Added test files for #1789 and #1761 --- test/files/pos/t1789.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/pos/t1789.scala (limited to 'test/files/pos/t1789.scala') diff --git a/test/files/pos/t1789.scala b/test/files/pos/t1789.scala new file mode 100644 index 0000000000..1a37d48d0c --- /dev/null +++ b/test/files/pos/t1789.scala @@ -0,0 +1,5 @@ +object S { + try { } + catch { case _ => } + finally { while(true) { } } +} -- cgit v1.2.3