[NI-TESTS] Add regression tests

^KT-33638 Obsolete

Add test for case mentioned in KT-33629.
Used to be runtime failure instead of error diagnostic.
This commit is contained in:
Pavel Kirpichenkov
2020-02-12 18:51:17 +03:00
parent dc42b20ae3
commit ac5c255c20
13 changed files with 130 additions and 0 deletions
@@ -26224,6 +26224,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/regressions/kt32949.kt");
}
@TestMetadata("kt33638.kt")
public void testKt33638() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt33638.kt");
}
@TestMetadata("kt3421.kt")
public void testKt3421() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt3421.kt");