summaryrefslogtreecommitdiff
path: root/test/files/neg/sammy_disabled.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/sammy_disabled.check')
-rw-r--r--test/files/neg/sammy_disabled.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/sammy_disabled.check b/test/files/neg/sammy_disabled.check
new file mode 100644
index 0000000000..66db9dd5f2
--- /dev/null
+++ b/test/files/neg/sammy_disabled.check
@@ -0,0 +1,4 @@
+sammy_disabled.scala:3: error: missing parameter type
+class C { val f: F = x => "a" }
+ ^
+one error found