Pseudocode: Generate read instructions on call expression (instead of
callee)
This commit is contained in:
@@ -368,7 +368,7 @@ public class ControlFlowTestGenerated extends AbstractControlFlowTest {
|
||||
public void testAssignments() throws Exception {
|
||||
doTest("compiler/testData/cfg/expressions/Assignments.kt");
|
||||
}
|
||||
|
||||
|
||||
@TestMetadata("callableReferences.kt")
|
||||
public void testCallableReferences() throws Exception {
|
||||
doTest("compiler/testData/cfg/expressions/callableReferences.kt");
|
||||
@@ -394,6 +394,11 @@ public class ControlFlowTestGenerated extends AbstractControlFlowTest {
|
||||
doTest("compiler/testData/cfg/expressions/incdec.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("invalidVariableCall.kt")
|
||||
public void testInvalidVariableCall() throws Exception {
|
||||
doTest("compiler/testData/cfg/expressions/invalidVariableCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("LazyBooleans.kt")
|
||||
public void testLazyBooleans() throws Exception {
|
||||
doTest("compiler/testData/cfg/expressions/LazyBooleans.kt");
|
||||
|
||||
Reference in New Issue
Block a user