diff --git a/compiler/testData/diagnostics/tests/substitutions/starProjections.kt b/compiler/testData/diagnostics/tests/substitutions/starProjections.kt index addb685fa37..784f5cf8eb8 100644 --- a/compiler/testData/diagnostics/tests/substitutions/starProjections.kt +++ b/compiler/testData/diagnostics/tests/substitutions/starProjections.kt @@ -16,9 +16,9 @@ interface B, T>> { } fun testB(b: B<*, *>) { - b.r().checkType { _() } - b.t().checkType { _, *>>() } + , *>>; B<*, *>)!>b.r().checkType { _() } + , *>>; B<*, *>)!>b.t().checkType { _, *>>() } - b.t().r().size + , out B, *>>; B, *>)!>, *>>; B<*, *>)!>b.t().r().size }