Add test for KT-34902

This commit is contained in:
Dmitry Petrov
2020-05-26 00:38:13 +03:00
parent 4455532210
commit 2f79b4c412
7 changed files with 51 additions and 0 deletions
@@ -14143,6 +14143,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/inlineClasses/kt34268.kt");
}
@TestMetadata("kt34902.kt")
public void testKt34902() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt34902.kt");
}
@TestMetadata("kt37998.kt")
public void testKt37998() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt37998.kt");