Add tests for obsolete issues (KT-42722, KT-39880)
This commit is contained in:
+12
@@ -25620,12 +25620,24 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt20387.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt39880.kt")
|
||||
public void testKt39880() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt39880.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt4152.kt")
|
||||
public void testKt4152() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt4152.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt42722.kt")
|
||||
public void testKt42722() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt42722.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44647.kt")
|
||||
public void testKt44647() throws Exception {
|
||||
|
||||
+12
@@ -25620,12 +25620,24 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt20387.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt39880.kt")
|
||||
public void testKt39880() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt39880.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt4152.kt")
|
||||
public void testKt4152() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt4152.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt42722.kt")
|
||||
public void testKt42722() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt42722.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44647.kt")
|
||||
public void testKt44647() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user