Constructor call normalization mode depends on language version
This commit is contained in:
+5
@@ -4215,6 +4215,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/constructorCall/loopInInlineFunInSuperConstructorCallWithEnabledNormalization.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("loopInInlineFunInSuperConstructorCallWithEnabledNormalizationSince13.kt")
|
||||
public void testLoopInInlineFunInSuperConstructorCallWithEnabledNormalizationSince13() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/constructorCall/loopInInlineFunInSuperConstructorCallWithEnabledNormalizationSince13.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("loopInInlineFunWithEnabledNormalization.kt")
|
||||
public void testLoopInInlineFunWithEnabledNormalization() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/constructorCall/loopInInlineFunWithEnabledNormalization.kt");
|
||||
|
||||
Reference in New Issue
Block a user