From f70f8574e4fa15bbd71546265a012300468f131c Mon Sep 17 00:00:00 2001 From: paltherr Date: Tue, 7 Oct 2003 08:19:30 +0000 Subject: - Added bug183.scala --- test/files/pos/bug183.scala | 6 ++++++ test/pos/bug183.scala | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 test/files/pos/bug183.scala create mode 100644 test/pos/bug183.scala (limited to 'test') diff --git a/test/files/pos/bug183.scala b/test/files/pos/bug183.scala new file mode 100644 index 0000000000..4804eb3828 --- /dev/null +++ b/test/files/pos/bug183.scala @@ -0,0 +1,6 @@ +// $Id$ + +object Test { + new Foo(0); + class Foo(x: Int); +} diff --git a/test/pos/bug183.scala b/test/pos/bug183.scala new file mode 100644 index 0000000000..4804eb3828 --- /dev/null +++ b/test/pos/bug183.scala @@ -0,0 +1,6 @@ +// $Id$ + +object Test { + new Foo(0); + class Foo(x: Int); +} -- cgit v1.2.3