[Tests] Add regression test for #KT-66158
This commit is contained in:
committed by
Space Team
parent
5bca945d05
commit
bb6091cc90
+6
@@ -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() {
|
||||
|
||||
+6
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user