From 0432dd179ad9c3ae2913ce655652a14e37be6973 Mon Sep 17 00:00:00 2001 From: paltherr Date: Wed, 15 Oct 2003 09:23:13 +0000 Subject: - Added bug 160 --- test/files/pos/bug160.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/pos/bug160.scala (limited to 'test/files/pos') diff --git a/test/files/pos/bug160.scala b/test/files/pos/bug160.scala new file mode 100644 index 0000000000..f1c36ebeae --- /dev/null +++ b/test/files/pos/bug160.scala @@ -0,0 +1,5 @@ +// $Id$ + +class Foo(s:String) { + def this() = { this("DEFAULT") } +} -- cgit v1.2.3