[FE 1.0] Record USED_AS_EXPRESSION for unreachable CFG nodes

^KT-48708 Fixed
This commit is contained in:
Dmitriy Novozhilov
2021-09-13 11:02:01 +03:00
committed by teamcityserver
parent 8464b15d27
commit d390f881c8
10 changed files with 119 additions and 9 deletions
@@ -1128,6 +1128,11 @@ public class KlibTextTestCaseGenerated extends AbstractKlibTextTestCase {
runTest("compiler/testData/ir/irText/expressions/kt47450.kt");
}
@TestMetadata("kt48708.kt")
public void testKt48708() throws Exception {
runTest("compiler/testData/ir/irText/expressions/kt48708.kt");
}
@TestMetadata("lambdaInCAO.kt")
public void testLambdaInCAO() throws Exception {
runTest("compiler/testData/ir/irText/expressions/lambdaInCAO.kt");