summaryrefslogtreecommitdiff
path: root/test/files/neg/sammy_error_exist_no_crash.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/sammy_error_exist_no_crash.check')
-rw-r--r--test/files/neg/sammy_error_exist_no_crash.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/sammy_error_exist_no_crash.check b/test/files/neg/sammy_error_exist_no_crash.check
new file mode 100644
index 0000000000..a0d2237ce0
--- /dev/null
+++ b/test/files/neg/sammy_error_exist_no_crash.check
@@ -0,0 +1,6 @@
+sammy_error_exist_no_crash.scala:5: error: Could not derive subclass of F[? >: String]
+ (with SAM `def method apply(s: String)Int`)
+ based on: ((x$1: String) => x$1.<parseInt: error>).
+ bar(_.parseInt)
+ ^
+one error found