JVM add tests for KT-49615

This commit is contained in:
Dmitry Petrov
2021-11-11 13:35:59 +03:00
committed by teamcityserver
parent 7e633cf217
commit 8b066fd345
6 changed files with 79 additions and 0 deletions
@@ -7864,6 +7864,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/constructorCall/inlineFunInLocalClassConstructorCall.kt");
}
@Test
@TestMetadata("kt49615.kt")
public void testKt49615() throws Exception {
runTest("compiler/testData/codegen/box/constructorCall/kt49615.kt");
}
@Test
@TestMetadata("kt49615a.kt")
public void testKt49615a() throws Exception {
runTest("compiler/testData/codegen/box/constructorCall/kt49615a.kt");
}
@Test
@TestMetadata("loopInInlineFun.kt")
public void testLoopInInlineFun() throws Exception {