From 99b4e7dc35d230c0b5173cfd4c0095499f026a57 Mon Sep 17 00:00:00 2001 From: paltherr Date: Wed, 15 Oct 2003 13:17:20 +0000 Subject: - Added bug175 --- test/files/pos/bug175.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/pos/bug175.scala (limited to 'test/files/pos') diff --git a/test/files/pos/bug175.scala b/test/files/pos/bug175.scala new file mode 100644 index 0000000000..2ef26589c2 --- /dev/null +++ b/test/files/pos/bug175.scala @@ -0,0 +1,5 @@ +// $Id$ + +abstract class C { + def this(x: Unit) = { this() } +} -- cgit v1.2.3