generate pseudocode for property accessor only if the property is local
otherwise check it independently like a function
This commit is contained in:
@@ -167,6 +167,11 @@ public class ControlFlowTestGenerated extends AbstractControlFlowTest {
|
||||
doTest("compiler/testData/cfg/LocalDeclarations.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localProperty.kt")
|
||||
public void testLocalProperty() throws Exception {
|
||||
doTest("compiler/testData/cfg/localProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("MultiDecl.kt")
|
||||
public void testMultiDecl() throws Exception {
|
||||
doTest("compiler/testData/cfg/MultiDecl.kt");
|
||||
|
||||
Reference in New Issue
Block a user