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 1681e2d commit 9f41fd8Copy full SHA for 9f41fd8
tests/pos/i8128.scala
@@ -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