We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cc45a commit 7807527Copy full SHA for 7807527
tests/neg-custom-args/fatal-warnings/i13440.scala
@@ -0,0 +1,7 @@
1
+import language.`3.0-migration`
2
+
3
+def given = 42 // error
4
5
+case class C(enum: List[Int] = Nil) { // error
6
+ val s = s"$enum" // error
7
+}
0 commit comments