FIR CFG: add more KT-44512 related tests

This commit is contained in:
pyos
2022-06-13 12:15:03 +02:00
committed by teamcity
parent 42df4bdda2
commit 755c54553a
7 changed files with 1177 additions and 0 deletions
@@ -1077,6 +1077,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
runTest("compiler/fir/analysis-tests/testData/resolve/cfg/flowFromInplaceLambda.kt");
}
@Test
@TestMetadata("flowFromInplaceLambda2.kt")
public void testFlowFromInplaceLambda2() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/cfg/flowFromInplaceLambda2.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() throws Exception {