[JVM_IR] Fix check for inline class property backing in lowering.
The inline class lowering would attempt to lower a companion object property backing field. ^KT-47762 Fixed.
This commit is contained in:
committed by
Alexander Udalov
parent
46d2e52543
commit
2877f1cabe
+6
@@ -18910,6 +18910,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt47609.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47762.kt")
|
||||
public void testKt47762() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt47762.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mangledDefaultParameterFunction.kt")
|
||||
public void testMangledDefaultParameterFunction() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user