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/bounds.check | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test/neg/bounds.check (limited to 'test/neg/bounds.check') diff --git a/test/neg/bounds.check b/test/neg/bounds.check deleted file mode 100644 index 461086194f..0000000000 --- a/test/neg/bounds.check +++ /dev/null @@ -1,4 +0,0 @@ -bounds.scala:11: type arguments [T] do not conform to constructor A's type parameter bounds [T >: I] -class B[T >: J](init: T) extends A[T](init) { - ^ -one error found -- cgit v1.2.3