Skip to content

Commit 5ef6c80

Browse files
gspsliufengyun
authored andcommitted
Added test case to check generic signature generation for lists of refined ints
1 parent dea7494 commit 5ef6c80

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)