summaryrefslogtreecommitdiff
path: root/test/files/neg/t8890.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-10-07 17:35:47 +0200
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-10-09 09:49:53 +0200
commit4902c84cb049764dddc263976affa80bd6d44997 (patch)
treea62dcb9184afd81d20aa80251cdddd372157bc07 /test/files/neg/t8890.check
parentc038732f1b302dd128b32512aab4cf0826752599 (diff)
downloadscala-4902c84cb049764dddc263976affa80bd6d44997.tar.gz
scala-4902c84cb049764dddc263976affa80bd6d44997.tar.bz2
scala-4902c84cb049764dddc263976affa80bd6d44997.zip
SI-8890 handle reference to overload with error
When buffering, we must report the ambiguity error to avoid a stack overflow. When the error refers to erroneous types/symbols, we don't report it directly to the user, because there will be an underlying error that's the root cause.
Diffstat (limited to 'test/files/neg/t8890.check')
-rw-r--r--test/files/neg/t8890.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t8890.check b/test/files/neg/t8890.check
new file mode 100644
index 0000000000..1b69d6cf30
--- /dev/null
+++ b/test/files/neg/t8890.check
@@ -0,0 +1,4 @@
+t8890.scala:6: error: not found: type Str
+ def bar(x: Str): Unit = ???
+ ^
+one error found