summaryrefslogtreecommitdiff
path: root/test/files/neg/t6788.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-12-22 10:12:03 -0800
committerPaul Phillips <paulp@improving.org>2012-12-24 13:04:44 -0800
commit231d59dcf57af99a9e2a1366afd18680c13cd6ce (patch)
tree4a06a09da8d151fcb266832cf55073995d452cb8 /test/files/neg/t6788.check
parent5666468d1bf907295d724d16f52c413696c6efe2 (diff)
downloadscala-231d59dcf57af99a9e2a1366afd18680c13cd6ce.tar.gz
scala-231d59dcf57af99a9e2a1366afd18680c13cd6ce.tar.bz2
scala-231d59dcf57af99a9e2a1366afd18680c13cd6ce.zip
SI-6829, SI-6788, NPEs during erroneous compilation.
Have to intercept trees which have a null type due to errors before they leave the warm confines of 'def typed' because from that point everything assumes tree.tpe != null.
Diffstat (limited to 'test/files/neg/t6788.check')
-rw-r--r--test/files/neg/t6788.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/neg/t6788.check b/test/files/neg/t6788.check
new file mode 100644
index 0000000000..96a6f8b601
--- /dev/null
+++ b/test/files/neg/t6788.check
@@ -0,0 +1,5 @@
+t6788.scala:6: error: not found: value foo
+Error occurred in an application involving default arguments.
+ s.copy(b = foo)
+ ^
+one error found