summaryrefslogtreecommitdiff
path: root/test/files/run/t10097.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t10097.check')
-rw-r--r--test/files/run/t10097.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t10097.check b/test/files/run/t10097.check
new file mode 100644
index 0000000000..0e8b96061c
--- /dev/null
+++ b/test/files/run/t10097.check
@@ -0,0 +1,3 @@
+t10097.scala:2: warning: case classes should have a non-implicit parameter list; adapting to 'case class C()(...)'
+case class C(implicit c: Int)
+ ^