JVM_IR KT-50171 add missing parent to temporary vals for proxy fun
This commit is contained in:
+6
@@ -41231,6 +41231,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/sam/kt49226.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50171.kt")
|
||||
public void testKt50171() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt50171.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nonInlinedSamWrapper.kt")
|
||||
public void testNonInlinedSamWrapper() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user