[FE] Add regression test for KT-57036
This commit is contained in:
committed by
Space Team
parent
e56e058b7b
commit
1ac7d13c96
+6
@@ -31442,6 +31442,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/subtyping/javaAndKotlinSuperType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kFunctionalCST.kt")
|
||||
public void testKFunctionalCST() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/subtyping/kFunctionalCST.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt2069.kt")
|
||||
public void testKt2069() throws Exception {
|
||||
|
||||
+6
@@ -31442,6 +31442,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/subtyping/javaAndKotlinSuperType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kFunctionalCST.kt")
|
||||
public void testKFunctionalCST() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/subtyping/kFunctionalCST.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt2069.kt")
|
||||
public void testKt2069() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user