Add tests for obsolete issues (KT-42722, KT-39880)
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+10
@@ -17278,11 +17278,21 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt20387.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39880.kt")
|
||||
public void testKt39880() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt39880.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4152.kt")
|
||||
public void testKt4152() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt4152.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42722.kt")
|
||||
public void testKt42722() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt42722.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt44647.kt")
|
||||
public void testKt44647() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt44647.kt");
|
||||
|
||||
Generated
+10
@@ -16763,11 +16763,21 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt20387.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39880.kt")
|
||||
public void testKt39880() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt39880.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4152.kt")
|
||||
public void testKt4152() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt4152.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42722.kt")
|
||||
public void testKt42722() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt42722.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt44647.kt")
|
||||
public void testKt44647() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt44647.kt");
|
||||
|
||||
Generated
+10
@@ -16828,11 +16828,21 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt20387.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39880.kt")
|
||||
public void testKt39880() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt39880.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4152.kt")
|
||||
public void testKt4152() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt4152.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42722.kt")
|
||||
public void testKt42722() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt42722.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt44647.kt")
|
||||
public void testKt44647() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt44647.kt");
|
||||
|
||||
Reference in New Issue
Block a user