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 63a9142 commit 9109003Copy full SHA for 9109003
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