Pseudocode: Do not generate VALUE_CONSUMER if property delegate has no value (EA-59276)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user