[IR BE] Fix symbol remapping for IrField/IrProperty
- Use appropriate wrapped descriptor - Add test
This commit is contained in:
+5
@@ -9305,6 +9305,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/inferredPropertyType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("insideInlinedObjectMultiModule.kt")
|
||||
public void testInsideInlinedObjectMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/insideInlinedObjectMultiModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4138.kt")
|
||||
public void testKt4138() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/kt4138.kt");
|
||||
|
||||
Reference in New Issue
Block a user