[FIR] Reproduce KT-65058
^KT-65058
This commit is contained in:
committed by
Space Team
parent
695119ca35
commit
b6e913cde7
+6
@@ -165,6 +165,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/Builders.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("callingProtectedFromInline.kt")
|
||||
public void testCallingProtectedFromInline() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callingProtectedFromInline.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("capturedTypesSubtyping.kt")
|
||||
public void testCapturedTypesSubtyping() throws Exception {
|
||||
|
||||
+6
@@ -165,6 +165,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/Builders.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("callingProtectedFromInline.kt")
|
||||
public void testCallingProtectedFromInline() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callingProtectedFromInline.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("capturedTypesSubtyping.kt")
|
||||
public void testCapturedTypesSubtyping() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user