[Tests] Add regression tests for KT-32754
#KT-32754 Fixed
This commit is contained in:
committed by
Space Team
parent
adf5331ff0
commit
43a08068fc
+6
@@ -38875,6 +38875,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
public void testNoFalsePositiveAbstractToArray() {
|
||||
runTest("compiler/testData/diagnostics/tests/testsWithJava21/noFalsePositiveAbstractToArray.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("otherHiddenInDeclaring.kt")
|
||||
public void testOtherHiddenInDeclaring() {
|
||||
runTest("compiler/testData/diagnostics/tests/testsWithJava21/otherHiddenInDeclaring.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -38875,6 +38875,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
public void testNoFalsePositiveAbstractToArray() {
|
||||
runTest("compiler/testData/diagnostics/tests/testsWithJava21/noFalsePositiveAbstractToArray.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("otherHiddenInDeclaring.kt")
|
||||
public void testOtherHiddenInDeclaring() {
|
||||
runTest("compiler/testData/diagnostics/tests/testsWithJava21/otherHiddenInDeclaring.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user