Regression test #KT-9633 Obsolete
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user