Skip to content

Commit 63d65f1

Browse files
committed
Added test case to check generic signature generation for lists of refined ints
1 parent b69a54f commit 63d65f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/pos/i3956.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)