We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c6b60 commit 27cb787Copy full SHA for 27cb787
compiler/test-resources/repl/patdef
@@ -21,6 +21,3 @@ scala> val _ @ List(x) = List(1)
21
val x: Int = 1
22
scala> val List(_ @ List(x)) = List(List(2))
23
val x: Int = 2
24
-scala> val B @ List(), C: List[Int] = List()
25
-val B: List[Int] = List()
26
-val C: List[Int] = List()
0 commit comments