Fixed: control flow graph building for array of functions.
'get' call for array should be get from INDEXED_LVALUE_GET
This commit is contained in:
@@ -52,6 +52,11 @@ public class ControlFlowTestGenerated extends AbstractControlFlowTest {
|
||||
doTest("compiler/testData/cfg/arrayAccessExpression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ArrayOfFunctions.kt")
|
||||
public void testArrayOfFunctions() throws Exception {
|
||||
doTest("compiler/testData/cfg/ArrayOfFunctions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("arraySet.kt")
|
||||
public void testArraySet() throws Exception {
|
||||
doTest("compiler/testData/cfg/arraySet.kt");
|
||||
|
||||
Reference in New Issue
Block a user