Regenerate JS tests
This commit is contained in:
+5
@@ -18949,6 +18949,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
|||||||
runTest("compiler/testData/codegen/box/when/multipleEntries.kt");
|
runTest("compiler/testData/codegen/box/when/multipleEntries.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("noElseCoerceToUnit.kt")
|
||||||
|
public void testNoElseCoerceToUnit() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/when/noElseCoerceToUnit.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("noElseExhaustive.kt")
|
@TestMetadata("noElseExhaustive.kt")
|
||||||
public void testNoElseExhaustive() throws Exception {
|
public void testNoElseExhaustive() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/when/noElseExhaustive.kt");
|
runTest("compiler/testData/codegen/box/when/noElseExhaustive.kt");
|
||||||
|
|||||||
+5
@@ -20039,6 +20039,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
|||||||
runTest("compiler/testData/codegen/box/when/multipleEntries.kt");
|
runTest("compiler/testData/codegen/box/when/multipleEntries.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("noElseCoerceToUnit.kt")
|
||||||
|
public void testNoElseCoerceToUnit() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/when/noElseCoerceToUnit.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("noElseExhaustive.kt")
|
@TestMetadata("noElseExhaustive.kt")
|
||||||
public void testNoElseExhaustive() throws Exception {
|
public void testNoElseExhaustive() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/when/noElseExhaustive.kt");
|
runTest("compiler/testData/codegen/box/when/noElseExhaustive.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user