FIR CFG: merge data flow if called-in-place lambda may not be called
This commit is contained in:
+6
@@ -1105,6 +1105,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/cfg/flowFromInplaceLambda2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("flowFromInplaceLambda3.kt")
|
||||
public void testFlowFromInplaceLambda3() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/cfg/flowFromInplaceLambda3.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("flowFromTwoInplaceLambdas.kt")
|
||||
public void testFlowFromTwoInplaceLambdas() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user