PSI2IR KT-47245 handle declaration statements in control structures
This commit is contained in:
committed by
TeamCityServer
parent
3be348f910
commit
bf077b893c
+5
@@ -5769,6 +5769,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class ControlStructures extends AbstractLightAnalysisModeTest {
|
||||
@TestMetadata("kt47245.kt")
|
||||
public void ignoreKt47245() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/kt47245.kt");
|
||||
}
|
||||
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user