KT-57103 Don't inline references to generic synthetic Java properties in K1
This commit is contained in:
committed by
Space Team
parent
5ddd60a015
commit
9db5ea66a6
+6
@@ -50193,6 +50193,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
runTest("compiler/testData/codegen/box/syntheticExtensions/kt56154.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57103.kt")
|
||||
public void testKt57103() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticExtensions/kt57103.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overrideKotlinPropertyByJavaMethod.kt")
|
||||
public void testOverrideKotlinPropertyByJavaMethod() throws Exception {
|
||||
|
||||
+6
@@ -50193,6 +50193,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
runTest("compiler/testData/codegen/box/syntheticExtensions/kt56154.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57103.kt")
|
||||
public void testKt57103() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticExtensions/kt57103.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overrideKotlinPropertyByJavaMethod.kt")
|
||||
public void testOverrideKotlinPropertyByJavaMethod() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user