[FIR] Fix incorrect psi provided to checker

^KT-60343 fixed
This commit is contained in:
Egor Kulikov
2023-08-31 16:27:37 +02:00
committed by Space Team
parent cb25ef80a9
commit 2f893017ee
8 changed files with 37 additions and 1 deletions
@@ -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 {
@@ -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 {