[FIR] Fix incorrect psi provided to checker
^KT-60343 fixed
This commit is contained in:
+6
@@ -717,6 +717,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/kt58583.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Kt60343.kt")
|
||||
public void testKt60343() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/Kt60343.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60638.kt")
|
||||
public void testKt60638() throws Exception {
|
||||
|
||||
+6
@@ -717,6 +717,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/kt58583.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Kt60343.kt")
|
||||
public void testKt60343() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/Kt60343.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60638.kt")
|
||||
public void testKt60638() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user