JVM box tests for KT-30402
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -26199,6 +26199,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt25784.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt30402.kt")
|
||||
public void testKt30402() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt30402.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt43286.kt")
|
||||
public void testKt43286() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt43286.kt");
|
||||
|
||||
Generated
+5
@@ -26199,6 +26199,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt25784.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt30402.kt")
|
||||
public void testKt30402() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt30402.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt43286.kt")
|
||||
public void testKt43286() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt43286.kt");
|
||||
|
||||
Generated
+5
@@ -26199,6 +26199,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt25784.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt30402.kt")
|
||||
public void testKt30402() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt30402.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt43286.kt")
|
||||
public void testKt43286() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt43286.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -14442,6 +14442,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/iterateOverListOfBoxedUnsignedValues.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt30402.kt")
|
||||
public void testKt30402() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt30402.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt43286.kt")
|
||||
public void testKt43286() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt43286.kt");
|
||||
|
||||
Reference in New Issue
Block a user