Proper read instructions for function literals

This commit is contained in:
Andrey Breslav
2013-12-02 21:55:58 +04:00
parent 09a1736ab6
commit 87b6ec4990
7 changed files with 60 additions and 0 deletions
@@ -166,4 +166,9 @@ public class ControlFlowTestGenerated extends AbstractControlFlowTest {
doTest("compiler/testData/cfg/unresolved.kt");
}
@TestMetadata("unusedFunctionLiteral.kt")
public void testUnusedFunctionLiteral() throws Exception {
doTest("compiler/testData/cfg/unusedFunctionLiteral.kt");
}
}