summaryrefslogtreecommitdiff
path: root/test/files/neg/vincent1.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2004-01-15 16:17:59 +0000
committerMartin Odersky <odersky@gmail.com>2004-01-15 16:17:59 +0000
commit399482a6ba2e61f379703c05aeb47c6c39f0fdfa (patch)
tree54afc8ff65d5c1a56539ad3af5955034a1f9e6a9 /test/files/neg/vincent1.check
parent08ab698c371a7cf5e0621c3c2d9c882721d79aa8 (diff)
downloadscala-399482a6ba2e61f379703c05aeb47c6c39f0fdfa.tar.gz
scala-399482a6ba2e61f379703c05aeb47c6c39f0fdfa.tar.bz2
scala-399482a6ba2e61f379703c05aeb47c6c39f0fdfa.zip
*** empty log message ***
Diffstat (limited to 'test/files/neg/vincent1.check')
-rw-r--r--test/files/neg/vincent1.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/vincent1.check b/test/files/neg/vincent1.check
index a9f60e9ad2..aa65a52341 100644
--- a/test/files/neg/vincent1.check
+++ b/test/files/neg/vincent1.check
@@ -1,4 +1,4 @@
-vincent1.scala:7: type x.type escapes its defining scope as part of scala.Object { type T = x.T }
+vincent1.scala:7: type x.type escapes its defining scope as part of java.lang.Object with scala.ScalaObject { type T = x.T }
class Functor(x: A) { type T = x.T }
^
vincent1.scala:9: type x.type escapes its defining scope as part of test.B { type T = x.T }