FIR CFG: process called-in-place lambdas as loops
This commit is contained in:
+6
@@ -30497,6 +30497,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/iterations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("leakingLambdaInCalledInPlace.kt")
|
||||
public void testLeakingLambdaInCalledInPlace() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/leakingLambdaInCalledInPlace.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedDoWhile.kt")
|
||||
public void testNestedDoWhile() throws Exception {
|
||||
|
||||
+6
@@ -30497,6 +30497,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/iterations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("leakingLambdaInCalledInPlace.kt")
|
||||
public void testLeakingLambdaInCalledInPlace() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/leakingLambdaInCalledInPlace.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedDoWhile.kt")
|
||||
public void testNestedDoWhile() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user