JVM: add a language feature to omit *E between SMAP strata

Fixes #KT-37704
This commit is contained in:
pyos
2020-03-23 19:13:27 +01:00
committed by max-kammerer
parent 923a71f676
commit 4558d48481
18 changed files with 236 additions and 45 deletions
@@ -3280,6 +3280,16 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/smap/smap.kt");
}
@TestMetadata("smapWithNewSyntax.kt")
public void testSmapWithNewSyntax() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/smapWithNewSyntax.kt");
}
@TestMetadata("smapWithOldSyntax.kt")
public void testSmapWithOldSyntax() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/smapWithOldSyntax.kt");
}
@TestMetadata("compiler/testData/codegen/boxInline/smap/anonymous")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)