KT-54784 Fix function inlining in init sections
This commit is contained in:
committed by
teamcity
parent
af4308e634
commit
252e97663b
+6
@@ -7031,6 +7031,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/controlStructures/breakContinueInExpressions/inlinedBreakContinue"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("initializerBlock.kt")
|
||||
public void testInitializerBlock() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/breakContinueInExpressions/inlinedBreakContinue/initializerBlock.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineFunctionWithMultipleParameters.kt")
|
||||
public void testInlineFunctionWithMultipleParameters() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user