Minor. Regenerate tests
This commit is contained in:
Generated
+5
@@ -3700,6 +3700,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
|||||||
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/privateInCrossInline.kt");
|
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/privateInCrossInline.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("protectedInCrossinline.kt")
|
||||||
|
public void testProtectedInCrossinline() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/protectedInCrossinline.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("protectedMembersFromSuper.kt")
|
@TestMetadata("protectedMembersFromSuper.kt")
|
||||||
public void testProtectedMembersFromSuper() throws Exception {
|
public void testProtectedMembersFromSuper() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/protectedMembersFromSuper.kt");
|
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/protectedMembersFromSuper.kt");
|
||||||
|
|||||||
+5
@@ -3700,6 +3700,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
|||||||
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/privateInCrossInline.kt");
|
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/privateInCrossInline.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("protectedInCrossinline.kt")
|
||||||
|
public void testProtectedInCrossinline() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/protectedInCrossinline.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("protectedMembersFromSuper.kt")
|
@TestMetadata("protectedMembersFromSuper.kt")
|
||||||
public void testProtectedMembersFromSuper() throws Exception {
|
public void testProtectedMembersFromSuper() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/protectedMembersFromSuper.kt");
|
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/protectedMembersFromSuper.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user