[JVM_IR] Avoid using special names in static inline class replacements.
Fixes KT-46952
This commit is contained in:
committed by
Alexander Udalov
parent
b1ab597616
commit
f846dd8ea2
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -11141,6 +11141,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/inClassWithSetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46952.kt")
|
||||
public void testKt46952() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/kt46952.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9897.kt")
|
||||
public void testKt9897() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/kt9897.kt");
|
||||
|
||||
Generated
+5
@@ -10547,6 +10547,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/inClassWithSetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46952.kt")
|
||||
public void testKt46952() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/kt46952.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9897.kt")
|
||||
public void testKt9897() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/kt9897.kt");
|
||||
|
||||
Generated
+5
@@ -10547,6 +10547,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/inClassWithSetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46952.kt")
|
||||
public void testKt46952() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/kt46952.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9897.kt")
|
||||
public void testKt9897() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/kt9897.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -5340,6 +5340,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/inClassWithSetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46952.kt")
|
||||
public void testKt46952() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/kt46952.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9897.kt")
|
||||
public void testKt9897() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionProperties/kt9897.kt");
|
||||
|
||||
Reference in New Issue
Block a user