PSI2IR KT-49203 INVISIBLE_FAKE setter is non-referenceable

This commit is contained in:
Dmitry Petrov
2021-10-13 13:07:53 +03:00
committed by teamcityserver
parent 990afcc06f
commit 6f33259bc3
17 changed files with 482 additions and 4 deletions
@@ -30136,6 +30136,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/properties/kt4383.kt");
}
@Test
@TestMetadata("kt49203_lateinit.kt")
public void testKt49203_lateinit() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt49203_lateinit.kt");
}
@Test
@TestMetadata("kt49203_var.kt")
public void testKt49203_var() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt49203_var.kt");
}
@Test
@TestMetadata("kt613.kt")
public void testKt613() throws Exception {
@@ -1466,6 +1466,12 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
runTest("compiler/testData/ir/irText/expressions/kt48806.kt");
}
@Test
@TestMetadata("kt49203.kt")
public void testKt49203() throws Exception {
runTest("compiler/testData/ir/irText/expressions/kt49203.kt");
}
@Test
@TestMetadata("lambdaInCAO.kt")
public void testLambdaInCAO() throws Exception {