aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t1845.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t1845.check')
-rw-r--r--tests/untried/neg/t1845.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/untried/neg/t1845.check b/tests/untried/neg/t1845.check
new file mode 100644
index 000000000..a6c82f565
--- /dev/null
+++ b/tests/untried/neg/t1845.check
@@ -0,0 +1,6 @@
+t1845.scala:6: error: encountered unrecoverable cycle resolving import.
+Note: this is often due in part to a class depending on a definition nested within its companion.
+If applicable, you may wish to try moving some members into another object.
+ import lexical._
+ ^
+one error found