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
@@ -20110,6 +20110,16 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
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");
@@ -19516,6 +19516,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
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");
@@ -19531,6 +19531,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
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");
@@ -18671,6 +18671,16 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
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");