K2: reproduce KT-59550

This commit is contained in:
Mikhail Glukhikh
2023-06-21 14:12:04 +02:00
parent e0fc0d96e5
commit fcfee9384a
6 changed files with 89 additions and 0 deletions
@@ -18659,6 +18659,18 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
runTest("compiler/testData/codegen/box/fir/SuspendFunctionReference.kt");
}
@Test
@TestMetadata("syntheticPropertyThroughJava.kt")
public void testSyntheticPropertyThroughJava() throws Exception {
runTest("compiler/testData/codegen/box/fir/syntheticPropertyThroughJava.kt");
}
@Test
@TestMetadata("syntheticPropertyThroughJavaMultiModule.kt")
public void testSyntheticPropertyThroughJavaMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/fir/syntheticPropertyThroughJavaMultiModule.kt");
}
@Test
@TestMetadata("toLong.kt")
public void testToLong() throws Exception {
@@ -18659,6 +18659,18 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
runTest("compiler/testData/codegen/box/fir/SuspendFunctionReference.kt");
}
@Test
@TestMetadata("syntheticPropertyThroughJava.kt")
public void testSyntheticPropertyThroughJava() throws Exception {
runTest("compiler/testData/codegen/box/fir/syntheticPropertyThroughJava.kt");
}
@Test
@TestMetadata("syntheticPropertyThroughJavaMultiModule.kt")
public void testSyntheticPropertyThroughJavaMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/fir/syntheticPropertyThroughJavaMultiModule.kt");
}
@Test
@TestMetadata("toLong.kt")
public void testToLong() throws Exception {