Add minor test for SMAP

Relates to PR 3248
This commit is contained in:
Mikhail Bogdanov
2020-05-19 18:34:24 +02:00
parent 73e91af792
commit 16b4342d92
7 changed files with 108 additions and 0 deletions
@@ -121,6 +121,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/anonymousObject/defineClass.kt");
}
@TestMetadata("inlineCallInsideInlineLambda.kt")
public void testInlineCallInsideInlineLambda() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/inlineCallInsideInlineLambda.kt");
}
@TestMetadata("kt13133.kt")
public void testKt13133() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt13133.kt");