summaryrefslogtreecommitdiff
path: root/test/files/neg/t6666e.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-07-29 10:59:44 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-07-29 10:59:44 -0700
commit59e21f37cb80215ada0db60363fb9f30adf6a0cd (patch)
tree15bcc34aca26fe97aafd447fcec0df3f2a5e51c4 /test/files/neg/t6666e.check
parent20cd9474f0a22950c905badb81fb6eeebdf00b34 (diff)
parent4d6be05c28c95dcd26922059d773a8bfed6014ef (diff)
downloadscala-59e21f37cb80215ada0db60363fb9f30adf6a0cd.tar.gz
scala-59e21f37cb80215ada0db60363fb9f30adf6a0cd.tar.bz2
scala-59e21f37cb80215ada0db60363fb9f30adf6a0cd.zip
Merge pull request #2746 from soc/topic/paulp-typer-debug-output
Improve type printing (toString/debugging)
Diffstat (limited to 'test/files/neg/t6666e.check')
-rw-r--r--test/files/neg/t6666e.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t6666e.check b/test/files/neg/t6666e.check
index 9fcc3ab718..3189612314 100644
--- a/test/files/neg/t6666e.check
+++ b/test/files/neg/t6666e.check
@@ -1,4 +1,4 @@
-t6666e.scala:8: error: Implementation restriction: anonymous class $anonfun requires premature access to class Crash.
+t6666e.scala:8: error: Implementation restriction: <$anon: Nothing => Unit> requires premature access to class Crash.
this(Nil.collect{case x =>})
^
one error found