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 fc29643 commit b2646d5Copy full SHA for b2646d5
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