[Tests] Add regression test for #KT-66158

This commit is contained in:
Kirill Rakhman
2024-03-01 10:52:47 +01:00
committed by Space Team
parent 5bca945d05
commit bb6091cc90
7 changed files with 62 additions and 0 deletions
@@ -22294,6 +22294,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/j+k/kjkPropertyAndExtensionProperty.kt");
}
@Test
@TestMetadata("kjkRawTypeWithKotlinUpperBound.kt")
public void testKjkRawTypeWithKotlinUpperBound() {
runTest("compiler/testData/diagnostics/tests/j+k/kjkRawTypeWithKotlinUpperBound.kt");
}
@Test
@TestMetadata("kt1402.kt")
public void testKt1402() {
@@ -22294,6 +22294,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/j+k/kjkPropertyAndExtensionProperty.kt");
}
@Test
@TestMetadata("kjkRawTypeWithKotlinUpperBound.kt")
public void testKjkRawTypeWithKotlinUpperBound() {
runTest("compiler/testData/diagnostics/tests/j+k/kjkRawTypeWithKotlinUpperBound.kt");
}
@Test
@TestMetadata("kt1402.kt")
public void testKt1402() {