Don't generate nullability assertions in methods for directly invoked lambdas
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user