Regression test #KT-9633 Obsolete

This commit is contained in:
Mikhail Glukhikh
2016-01-28 16:39:53 +03:00
parent 112e54b35a
commit 767729ba2a
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1,2 @@
// KT-9633: SOE occurred before
interface A<<!FINITE_BOUNDS_VIOLATION!>T : A<in T><!>>
@@ -0,0 +1,7 @@
package
public interface A</*0*/ T : A<in T>> {
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}
@@ -13860,6 +13860,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("kt9633.kt")
public void testKt9633() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/regressions/kt9633.kt");
doTest(fileName);
}
@TestMetadata("kt9682.kt")
public void testKt9682() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/regressions/kt9682.kt");