[JS IR] Add test on initialization calling only once
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -19852,6 +19852,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/properties/eagerInitializationGlobal2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("eagerInitializationGlobal3.kt")
|
||||
public void testEagerInitializationGlobal3() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/eagerInitializationGlobal3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("field.kt")
|
||||
public void testField() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/field.kt");
|
||||
|
||||
Generated
+5
@@ -19258,6 +19258,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/properties/eagerInitializationGlobal2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("eagerInitializationGlobal3.kt")
|
||||
public void testEagerInitializationGlobal3() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/eagerInitializationGlobal3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("field.kt")
|
||||
public void testField() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/field.kt");
|
||||
|
||||
Reference in New Issue
Block a user