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 dea7494 commit 5ef6c80Copy full SHA for 5ef6c80
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