K1/K2: add test to confirm behavior of KT-63243
This commit is contained in:
committed by
Space Team
parent
b84aa190d7
commit
676e350b6f
+6
@@ -42762,6 +42762,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
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
@@ -42882,6 +42882,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
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