From 0432dd179ad9c3ae2913ce655652a14e37be6973 Mon Sep 17 00:00:00 2001 From: paltherr Date: Wed, 15 Oct 2003 09:23:13 +0000 Subject: - Added bug 160 --- config/list/test-pos.lst | 1 + test/files/pos/bug160.scala | 5 +++++ test/pos/bug160.scala | 5 +++++ 3 files changed, 11 insertions(+) create mode 100644 test/files/pos/bug160.scala create mode 100644 test/pos/bug160.scala diff --git a/config/list/test-pos.lst b/config/list/test-pos.lst index 637866fabb..ec3c4be26e 100644 --- a/config/list/test-pos.lst +++ b/config/list/test-pos.lst @@ -16,6 +16,7 @@ pos/abstract.scala pos/aliases.scala pos/bug1.scala pos/bug121.scala +pos/bug160.scala pos/bug17.scala pos/bug183.scala pos/bug193.scala 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") } +} diff --git a/test/pos/bug160.scala b/test/pos/bug160.scala new file mode 100644 index 0000000000..f1c36ebeae --- /dev/null +++ b/test/pos/bug160.scala @@ -0,0 +1,5 @@ +// $Id$ + +class Foo(s:String) { + def this() = { this("DEFAULT") } +} -- cgit v1.2.3