Skip to content

Commit 798b0d3

Browse files
committed
remove noise in test code
1 parent 2fe7940 commit 798b0d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/neg/i3812.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
object Test {
22
def main(args: Array[String]): Unit = {
3-
case class Box(v: Int)
4-
53
val x = 42
64
val Y = "42"
7-
var Z1 = Box(4)
8-
val Z2 = Box(4)
95

106
x match { case { 42 } => () } // error
117
x match { case { "42".toInt } => () } // error

0 commit comments

Comments
 (0)