PSI2IR KT-49203 INVISIBLE_FAKE setter is non-referenceable
This commit is contained in:
committed by
teamcityserver
parent
990afcc06f
commit
6f33259bc3
+10
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user