summaryrefslogtreecommitdiff
path: root/test/files/neg/bug2206.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug2206.check')
-rw-r--r--test/files/neg/bug2206.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/neg/bug2206.check b/test/files/neg/bug2206.check
new file mode 100644
index 0000000000..3deb4d99ef
--- /dev/null
+++ b/test/files/neg/bug2206.check
@@ -0,0 +1,5 @@
+bug2206.scala:10: error: value f is not a member of o.A
+ Note: implicit method ax is not applicable here because it comes after the application point and it lacks an explicit result type
+ a.f()
+ ^
+one error found