K2: add tests to confirm current behavior of KT-65679 examples
This commit is contained in:
committed by
Space Team
parent
4f4c98ec73
commit
09db7dbd22
+12
@@ -22228,6 +22228,18 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/integerNotNullable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("internalClash.kt")
|
||||
public void testInternalClash() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/internalClash.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("internalClash2.kt")
|
||||
public void testInternalClash2() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/internalClash2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intersectionWithJavaVoidNothing.kt")
|
||||
public void testIntersectionWithJavaVoidNothing() {
|
||||
|
||||
+12
@@ -22228,6 +22228,18 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/integerNotNullable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("internalClash.kt")
|
||||
public void testInternalClash() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/internalClash.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("internalClash2.kt")
|
||||
public void testInternalClash2() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/internalClash2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intersectionWithJavaVoidNothing.kt")
|
||||
public void testIntersectionWithJavaVoidNothing() {
|
||||
|
||||
Reference in New Issue
Block a user