From 1a3084b2099a939f596e0ccb77f61dee90aeacd0 Mon Sep 17 00:00:00 2001 From: paltherr Date: Wed, 15 Oct 2003 13:05:34 +0000 Subject: - Added bug166 --- test/files/pos/bug116.scala | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/files/pos/bug116.scala (limited to 'test/files/pos/bug116.scala') diff --git a/test/files/pos/bug116.scala b/test/files/pos/bug116.scala new file mode 100644 index 0000000000..b02c81f0b7 --- /dev/null +++ b/test/files/pos/bug116.scala @@ -0,0 +1,8 @@ +// $Id$ + +class C { + def this(x: Int) = { + this(); + class D extends C; + } +} -- cgit v1.2.3