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