[NI] Fix initial data flow info for analyzing lambdas
#KT-30734 Fixed
This commit is contained in:
@@ -13951,6 +13951,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt244.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt30734.kt")
|
||||
public void testKt30734() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt30734.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt362.kt")
|
||||
public void testKt362() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt362.kt");
|
||||
|
||||
Reference in New Issue
Block a user