Added tests for KT-29833

This commit is contained in:
Dmitry Petrov
2019-02-15 14:29:27 +03:00
parent 4c3d0cd9d7
commit 08de82db85
8 changed files with 107 additions and 0 deletions
@@ -13432,6 +13432,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/ir/kt25405.kt");
}
@TestMetadata("kt29833.kt")
public void testKt29833() throws Exception {
runTest("compiler/testData/codegen/box/ir/kt29833.kt");
}
@TestMetadata("objectClass.kt")
public void testObjectClass() throws Exception {
runTest("compiler/testData/codegen/box/ir/objectClass.kt");