summaryrefslogtreecommitdiff
path: root/test/neg/bounds.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2003-06-11 12:01:19 +0000
committerMartin Odersky <odersky@gmail.com>2003-06-11 12:01:19 +0000
commitc055dc83e3ad095ec287d19d0b0c620241c70580 (patch)
tree847db3cd56e35920233bae54ca2b8d37ebc4e65f /test/neg/bounds.check
parent34cdd069a106b0889594f3c784e39b1ce1d8f3af (diff)
downloadscala-c055dc83e3ad095ec287d19d0b0c620241c70580.tar.gz
scala-c055dc83e3ad095ec287d19d0b0c620241c70580.tar.bz2
scala-c055dc83e3ad095ec287d19d0b0c620241c70580.zip
*** empty log message ***
Diffstat (limited to 'test/neg/bounds.check')
-rw-r--r--test/neg/bounds.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/neg/bounds.check b/test/neg/bounds.check
index 0f4693da88..461086194f 100644
--- a/test/neg/bounds.check
+++ b/test/neg/bounds.check
@@ -1,4 +1,4 @@
-bounds.scala:11: constructor A of type [T >: I](T)A[T] cannot be applied to [T]
+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