JVM: add a language feature to omit *E between SMAP strata
Fixes #KT-37704
This commit is contained in:
+10
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user