Minor. Add regression test
#KT-45539 Obsolete
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -6338,6 +6338,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt44221.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt44710.kt")
|
||||
public void testKt44710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt44710.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45377.kt")
|
||||
public void testKt45377() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt45377.kt");
|
||||
|
||||
Generated
+5
@@ -5759,6 +5759,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt44221.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt44710.kt")
|
||||
public void testKt44710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt44710.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45377.kt")
|
||||
public void testKt45377() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt45377.kt");
|
||||
|
||||
Generated
+5
@@ -5759,6 +5759,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt44221.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt44710.kt")
|
||||
public void testKt44710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt44710.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45377.kt")
|
||||
public void testKt45377() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt45377.kt");
|
||||
|
||||
Reference in New Issue
Block a user