summaryrefslogtreecommitdiff
path: root/test/files/neg/t6227.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6227.check')
-rw-r--r--test/files/neg/t6227.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t6227.check b/test/files/neg/t6227.check
new file mode 100644
index 0000000000..5e3c636712
--- /dev/null
+++ b/test/files/neg/t6227.check
@@ -0,0 +1,4 @@
+t6227.scala:2: error: illegal combination of modifiers: implicit and case for: class IntOps
+ implicit case class IntOps( i: Int ) {
+ ^
+one error found