Add tests
This commit is contained in:
+5
@@ -2229,6 +2229,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/expression/evaluationOrder/singleComponentDestructuring.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("throwableDelegation.kt")
|
||||
public void testThrowableDelegation() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/evaluationOrder/throwableDelegation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("whenAsMinusArgument.kt")
|
||||
public void testWhenAsMinusArgument() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/evaluationOrder/whenAsMinusArgument.kt");
|
||||
|
||||
+5
@@ -2229,6 +2229,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/expression/evaluationOrder/singleComponentDestructuring.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("throwableDelegation.kt")
|
||||
public void testThrowableDelegation() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/evaluationOrder/throwableDelegation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("whenAsMinusArgument.kt")
|
||||
public void testWhenAsMinusArgument() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/evaluationOrder/whenAsMinusArgument.kt");
|
||||
|
||||
+5
@@ -20770,6 +20770,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/typeMapping/nothing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullNothing.kt")
|
||||
public void testNullNothing() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typeMapping/nullNothing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableNothing.kt")
|
||||
public void testNullableNothing() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typeMapping/nullableNothing.kt");
|
||||
|
||||
+5
@@ -21815,6 +21815,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/typeMapping/nothing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullNothing.kt")
|
||||
public void testNullNothing() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typeMapping/nullNothing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableNothing.kt")
|
||||
public void testNullableNothing() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typeMapping/nullableNothing.kt");
|
||||
|
||||
Reference in New Issue
Block a user