From 1dbc00126bf0e660b0286ac247271549158bcb65 Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 19 Jan 2004 09:25:20 +0000 Subject: - Moved test/pos test/neg and test/new into tes... - Moved test/pos test/neg and test/new into test/files --- test/neg/S4.scala | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/neg/S4.scala (limited to 'test/neg/S4.scala') diff --git a/test/neg/S4.scala b/test/neg/S4.scala deleted file mode 100644 index 4f7941082f..0000000000 --- a/test/neg/S4.scala +++ /dev/null @@ -1,11 +0,0 @@ -/* This one compiles, but even if we would have dependent -** constructor types, it would be not sound. -*/ -class S4(a: Other) extends a.Inner() { - def foo(x: a.Inner) = x; - val b = new Other(); - foo(new S4(b)) -} -class Other() { - class Inner() {} -} -- cgit v1.2.3