Skip to content

Commit fe6ab7a

Browse files
committed
Update check file
1 parent 96f2f3e commit fe6ab7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/i5997.decompiled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Test() {
1010
def foo(x: scala.Boolean): scala.Boolean = x.unary_!
1111
def bar(): scala.Int = (if (true) 1 else 2) match {
1212
case x =>
13-
(x: scala.Int)
13+
(x: 1 | 2)
1414
}
1515
def baz(): scala.Any = (if (true) ((x: scala.Any) => scala.Predef.identity[scala.Any](x)) else ((x: scala.Any) => scala.Predef.identity[scala.Any](x))).apply(0)
1616
}

0 commit comments

Comments
 (0)