Skip to content

Commit 08de553

Browse files
committed
Fix comment in test
1 parent fa79a0e commit 08de553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/dependent-extractors.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ object Test {
1010
val y1: Int = y
1111

1212
val z = (c: Any) match { case X(y) => y }
13-
val z1: C#T = z // error: z has type Any TODO: find out why
13+
val z1: C#T = z
1414
}

0 commit comments

Comments
 (0)