Don't generate nullability assertions in methods for directly invoked lambdas

This commit is contained in:
Xin Wang
2021-06-29 09:24:33 +08:00
committed by teamcityserver
parent fbe062ee64
commit 8317daa00b
6 changed files with 37 additions and 1 deletions
@@ -295,6 +295,12 @@ public class FirBytecodeTextTestGenerated extends AbstractFirBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/kt3845.kt");
}
@Test
@TestMetadata("kt46615.kt")
public void testKt46615() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/kt46615.kt");
}
@Test
@TestMetadata("kt5016.kt")
public void testKt5016() throws Exception {