Minor: regenerate tests
This commit is contained in:
committed by
TeamCityServer
parent
3dc7b6c3ee
commit
dc16d66fb1
@@ -1,3 +1,5 @@
|
|||||||
|
// IGNORE_BACKEND: JS
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
var x = "c"
|
var x = "c"
|
||||||
val call = test(c = x, b = { x = "a"; "b" }(), a = x)
|
val call = test(c = x, b = { x = "a"; "b" }(), a = x)
|
||||||
|
|||||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -193,6 +193,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
|||||||
public void testSimpleInClass() throws Exception {
|
public void testSimpleInClass() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/argumentOrder/simpleInClass.kt");
|
runTest("compiler/testData/codegen/box/argumentOrder/simpleInClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("singleSideEffect.kt")
|
||||||
|
public void testSingleSideEffect() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/argumentOrder/singleSideEffect.kt");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("compiler/testData/codegen/box/arrays")
|
@TestMetadata("compiler/testData/codegen/box/arrays")
|
||||||
|
|||||||
Generated
+5
@@ -193,6 +193,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
|||||||
public void testSimpleInClass() throws Exception {
|
public void testSimpleInClass() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/argumentOrder/simpleInClass.kt");
|
runTest("compiler/testData/codegen/box/argumentOrder/simpleInClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("singleSideEffect.kt")
|
||||||
|
public void testSingleSideEffect() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/argumentOrder/singleSideEffect.kt");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("compiler/testData/codegen/box/arrays")
|
@TestMetadata("compiler/testData/codegen/box/arrays")
|
||||||
|
|||||||
Generated
+5
@@ -193,6 +193,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
|||||||
public void testSimpleInClass() throws Exception {
|
public void testSimpleInClass() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/argumentOrder/simpleInClass.kt");
|
runTest("compiler/testData/codegen/box/argumentOrder/simpleInClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("singleSideEffect.kt")
|
||||||
|
public void testSingleSideEffect() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/argumentOrder/singleSideEffect.kt");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("compiler/testData/codegen/box/arrays")
|
@TestMetadata("compiler/testData/codegen/box/arrays")
|
||||||
|
|||||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -183,6 +183,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
|||||||
public void testSimpleInClass() throws Exception {
|
public void testSimpleInClass() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/argumentOrder/simpleInClass.kt");
|
runTest("compiler/testData/codegen/box/argumentOrder/simpleInClass.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("singleSideEffect.kt")
|
||||||
|
public void testSingleSideEffect() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/argumentOrder/singleSideEffect.kt");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("compiler/testData/codegen/box/arrays")
|
@TestMetadata("compiler/testData/codegen/box/arrays")
|
||||||
|
|||||||
Reference in New Issue
Block a user