summaryrefslogtreecommitdiff
path: root/test/files/run/t4172.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2012-02-06 14:31:45 +0100
committerMartin Odersky <odersky@gmail.com>2012-02-06 14:31:45 +0100
commit6a6cd3ac2986c6036e64cb38b9e22f9416409f48 (patch)
tree6283db1827b3fcca6eeecd2443f96d39a62d99dc /test/files/run/t4172.check
parent4407cdb4df86de2422c242210a96b11c2d14ac31 (diff)
downloadscala-6a6cd3ac2986c6036e64cb38b9e22f9416409f48.tar.gz
scala-6a6cd3ac2986c6036e64cb38b9e22f9416409f48.tar.bz2
scala-6a6cd3ac2986c6036e64cb38b9e22f9416409f48.zip
Removing AnyVal as a source class. Removing automatic addition of ScalaObject. Undoing wrong fix in ExtensionMethods.
Diffstat (limited to 'test/files/run/t4172.check')
-rw-r--r--test/files/run/t4172.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4172.check b/test/files/run/t4172.check
index 95e3eb950d..da467e27ea 100644
--- a/test/files/run/t4172.check
+++ b/test/files/run/t4172.check
@@ -4,7 +4,7 @@ Type :help for more information.
scala>
scala> val c = { class C { override def toString = "C" }; ((new C, new C { def f = 2 })) }
-c: (C, C{def f: Int}) forSome { type C <: Object with ScalaObject } = (C,C)
+c: (C, C{def f: Int}) forSome { type C <: Object } = (C,C)
scala>