Add tests for obsolete issues
#KT-32207 Obsolete #KT-32836 Obsolete #KT-32949 Obsolete #KT-9384 Obsolete
This commit is contained in:
Generated
+5
@@ -17484,6 +17484,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt3107.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32949.kt")
|
||||
public void testKt32949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt32949.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3421.kt")
|
||||
public void testKt3421() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt3421.kt");
|
||||
|
||||
+5
@@ -18639,6 +18639,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt3107.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32949.kt")
|
||||
public void testKt32949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt32949.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3421.kt")
|
||||
public void testKt3421() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt3421.kt");
|
||||
|
||||
Reference in New Issue
Block a user