summaryrefslogtreecommitdiff
path: root/test/files/neg/t6597.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6597.check')
-rw-r--r--test/files/neg/t6597.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t6597.check b/test/files/neg/t6597.check
new file mode 100644
index 0000000000..1d52519d1d
--- /dev/null
+++ b/test/files/neg/t6597.check
@@ -0,0 +1,4 @@
+t6597.scala:3: error: illegal combination of modifiers: implicit and case for: class Quux
+ implicit case class Quux(value: Int) extends AnyVal with T
+ ^
+one error found