Generate fake variables for default lambdas during inline
#KT-51557 Fixed
This commit is contained in:
+6
@@ -3442,6 +3442,12 @@ public class FirBytecodeTextTestGenerated extends AbstractFirBytecodeTextTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/bytecodeText/inline"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("defaultLambda.kt")
|
||||
public void testDefaultLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inline/defaultLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("deleteClassOnTransformation.kt")
|
||||
public void testDeleteClassOnTransformation() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user