Skip to content

Commit 21888c6

Browse files
committed
Extract a tracked related bug to a separate issue: #22540
1 parent 2b884f5 commit 21888c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/pos/applied_constructor_types.scala

-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ object Test extends App {
3030
val box: Box(O.InnerClass(42)) = Box(O.InnerClass(42))
3131
val box2: Box(O.InnerClass(n)) = Box(O.InnerClass(n))
3232
val box3: Box(O.InnerClass(O.m)) = Box(O.InnerClass(O.m))
33-
val box4: Box(n) = Box(O.InnerClass(n).x)
34-
val box5: Box(O.m) = Box(O.InnerClass(O.m).x)
3533
}

0 commit comments

Comments
 (0)