From 6ef96017e8ba6258ba7a6be1ef7b28672051c7c1 Mon Sep 17 00:00:00 2001 From: Stanislav Erokhin Date: Thu, 26 Jan 2017 10:28:43 +0300 Subject: [PATCH] Mute test and create issue KT-15972. --- .../diagnostics/tests/substitutions/starProjections.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }