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
@@ -25501,6 +25501,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/properties/kt4383.kt");
}
@TestMetadata("kt49203_lateinit.kt")
public void testKt49203_lateinit() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt49203_lateinit.kt");
}
@TestMetadata("kt49203_var.kt")
public void testKt49203_var() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt49203_var.kt");
}
@TestMetadata("kt613.kt")
public void testKt613() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt613.kt");