[FIR] Ensure KT-62814 is not reproducible
^KT-62814 Obsolete
This commit is contained in:
committed by
Space Team
parent
8cc9272018
commit
502b422b6b
+6
@@ -225,6 +225,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/compilerCrashParameterType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("conflictingOverloadsPrivateFunctions.kt")
|
||||
public void testConflictingOverloadsPrivateFunctions() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/conflictingOverloadsPrivateFunctions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Constants.kt")
|
||||
public void testConstants() throws Exception {
|
||||
|
||||
+6
@@ -225,6 +225,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/compilerCrashParameterType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("conflictingOverloadsPrivateFunctions.kt")
|
||||
public void testConflictingOverloadsPrivateFunctions() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/conflictingOverloadsPrivateFunctions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Constants.kt")
|
||||
public void testConstants() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user