We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b884f5 commit 21888c6Copy full SHA for 21888c6
tests/pos/applied_constructor_types.scala
@@ -30,6 +30,4 @@ object Test extends App {
30
val box: Box(O.InnerClass(42)) = Box(O.InnerClass(42))
31
val box2: Box(O.InnerClass(n)) = Box(O.InnerClass(n))
32
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)
35
}
0 commit comments