Skip to content

Commit da48e1a

Browse files
committed
Fix test
1 parent c67972a commit da48e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i1650.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Test {
2-
test4(test4$default$1) // error
2+
test4(test4$default$1)
33
def test4[T[P]](x: T[T[List[T[X forSome { type X }]]]]) = ??? // error // error
44
def test4$default$1[T[P]]: T[Int] = ???
55
}

0 commit comments

Comments
 (0)