PSI2IR KT-49203 INVISIBLE_FAKE setter is non-referenceable
This commit is contained in:
committed by
teamcityserver
parent
990afcc06f
commit
6f33259bc3
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+10
@@ -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");
|
||||
|
||||
Generated
+10
@@ -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");
|
||||
|
||||
Generated
+10
@@ -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");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+10
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user