From c481e95b2f3d0a8cc98b106c971506e102702d06 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 4 Jun 2003 15:14:14 +0000 Subject: *** empty log message *** --- test/neg/bounds.check | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/neg/bounds.check (limited to 'test/neg/bounds.check') diff --git a/test/neg/bounds.check b/test/neg/bounds.check new file mode 100644 index 0000000000..0f4693da88 --- /dev/null +++ b/test/neg/bounds.check @@ -0,0 +1,4 @@ +bounds.scala:11: constructor A of type [T >: I](T)A[T] cannot be applied to [T] +class B[T >: J](init: T) extends A[T](init) { + ^ +one error found -- cgit v1.2.3