[IR BE] Remap dispatch receiver for inner ctor too
- do not forget to add into mapping dispatch receiver - fix KT-40686 (at least part of it) - add test
This commit is contained in:
+5
@@ -16737,6 +16737,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/innerNested/innerWithDefaultArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("innerWithDefaultInner.kt")
|
||||
public void testInnerWithDefaultInner() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/innerWithDefaultInner.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3132.kt")
|
||||
public void testKt3132() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/kt3132.kt");
|
||||
|
||||
Reference in New Issue
Block a user