Pseudocode: Do not generate VALUE_CONSUMER if property delegate has no value (EA-59276)

This commit is contained in:
Alexey Sedunov
2014-09-01 13:41:44 +04:00
parent e03bae44d9
commit f11621615b
6 changed files with 40 additions and 4 deletions
@@ -335,6 +335,11 @@ public class ControlFlowTestGenerated extends AbstractControlFlowTest {
doTest("compiler/testData/cfg/declarations/properties/DelegatedProperty.kt");
}
@TestMetadata("unreachableDelegation.kt")
public void testUnreachableDelegation() throws Exception {
doTest("compiler/testData/cfg/declarations/properties/unreachableDelegation.kt");
}
}
public static Test innerSuite() {