KT-56154 Fix PropertyReferenceLowering for Java synthetic properties

Co-authored-by: Alexander Udalov <Alexander.Udalov@jetbrains.com>
This commit is contained in:
Pavel Mikhailovskii
2023-01-28 10:38:09 +00:00
committed by Space Team
parent debbfa8397
commit f308f33f9f
4 changed files with 49 additions and 7 deletions
@@ -49597,6 +49597,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/syntheticExtensions/implicitReceiver.kt");
}
@Test
@TestMetadata("kt56154.kt")
public void testKt56154() throws Exception {
runTest("compiler/testData/codegen/box/syntheticExtensions/kt56154.kt");
}
@Test
@TestMetadata("overrideKotlinPropertyByJavaMethod.kt")
public void testOverrideKotlinPropertyByJavaMethod() throws Exception {