[tests] Added some tests

This commit is contained in:
Igor Chevdar
2021-09-15 14:03:17 +05:00
committed by Space
parent cc75b45479
commit e194a07358
16 changed files with 93 additions and 0 deletions
@@ -2090,6 +2090,11 @@ public class IrJsCodegenInlineES6TestGenerated extends AbstractIrJsCodegenInline
public void testFakeOverride() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/fakeOverride.kt");
}
@TestMetadata("innerInlineFunCapturesOuter.kt")
public void testInnerInlineFunCapturesOuter() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuter.kt");
}
}
@TestMetadata("compiler/testData/codegen/boxInline/invokedynamic")
@@ -2090,6 +2090,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
public void testFakeOverride() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/fakeOverride.kt");
}
@TestMetadata("innerInlineFunCapturesOuter.kt")
public void testInnerInlineFunCapturesOuter() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuter.kt");
}
}
@TestMetadata("compiler/testData/codegen/boxInline/invokedynamic")
@@ -2090,6 +2090,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
public void testFakeOverride() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/fakeOverride.kt");
}
@TestMetadata("innerInlineFunCapturesOuter.kt")
public void testInnerInlineFunCapturesOuter() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuter.kt");
}
}
@TestMetadata("compiler/testData/codegen/boxInline/invokedynamic")