K1/K2: add test to confirm behavior of KT-63243
This commit is contained in:
committed by
Space Team
parent
b84aa190d7
commit
676e350b6f
+6
@@ -44902,6 +44902,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/purelyImplementedCollection/customClassMutableList.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intersectionOfPrimitiveBasedFunctions.kt")
|
||||
public void testIntersectionOfPrimitiveBasedFunctions() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/purelyImplementedCollection/intersectionOfPrimitiveBasedFunctions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("invalidFqName.kt")
|
||||
public void testInvalidFqName() throws Exception {
|
||||
|
||||
+6
@@ -44902,6 +44902,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/purelyImplementedCollection/customClassMutableList.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intersectionOfPrimitiveBasedFunctions.kt")
|
||||
public void testIntersectionOfPrimitiveBasedFunctions() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/purelyImplementedCollection/intersectionOfPrimitiveBasedFunctions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("invalidFqName.kt")
|
||||
public void testInvalidFqName() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user