K1/K2: add test for KT-62959
This commit is contained in:
committed by
Space Team
parent
67d32c3072
commit
3c20a7b82a
+6
@@ -165,6 +165,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/Builders.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("capturedTypesSubtyping.kt")
|
||||
public void testCapturedTypesSubtyping() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/capturedTypesSubtyping.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Casts.kt")
|
||||
public void testCasts() throws Exception {
|
||||
|
||||
+6
@@ -165,6 +165,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/Builders.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("capturedTypesSubtyping.kt")
|
||||
public void testCapturedTypesSubtyping() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/capturedTypesSubtyping.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Casts.kt")
|
||||
public void testCasts() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user