[FIR] Reproduce KT-64891
^KT-64891
This commit is contained in:
committed by
Space Team
parent
245409dede
commit
8e6e447d6d
+6
@@ -429,6 +429,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
runTest("compiler/testData/diagnostics/tests/finalSupertype.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fixExpressionsInQaSelectors.kt")
|
||||
public void testFixExpressionsInQaSelectors() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/fixExpressionsInQaSelectors.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ForRangeConventions.kt")
|
||||
public void testForRangeConventions() throws Exception {
|
||||
|
||||
+6
@@ -429,6 +429,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
runTest("compiler/testData/diagnostics/tests/finalSupertype.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fixExpressionsInQaSelectors.kt")
|
||||
public void testFixExpressionsInQaSelectors() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/fixExpressionsInQaSelectors.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ForRangeConventions.kt")
|
||||
public void testForRangeConventions() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user