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 b69a54f commit 63d65f1Copy full SHA for 63d65f1
tests/pos/i3956.scala
@@ -0,0 +1,4 @@
1
+object Foo {
2
+ type RInt = Int { val x: Int }
3
+ def f(xs: List[Int]): List[RInt] = ???
4
+}
0 commit comments