Skip to content

Commit 9109003

Browse files
committed
Test case
1 parent 63a9142 commit 9109003

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/pos/i8128.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
object Test {
2+
def id: (x: 1 | 0) => x.type = x => x
3+
id(0): 0
4+
}

0 commit comments

Comments
 (0)