Minor. Add test with reified type parameter

This commit is contained in:
Ilmir Usmanov
2020-09-17 06:51:56 +02:00
parent 9ecf5dc9af
commit dfd7f33bd3
11 changed files with 155 additions and 0 deletions
@@ -3515,6 +3515,16 @@ public class IrJsCodegenInlineES6TestGenerated extends AbstractIrJsCodegenInline
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/boxInline/suspend/callableReference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true);
}
@TestMetadata("isAsReified.kt")
public void testIsAsReified() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified.kt");
}
@TestMetadata("isAsReified2.kt")
public void testIsAsReified2() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified2.kt");
}
@TestMetadata("nonTailCall.kt")
public void testNonTailCall() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/callableReference/nonTailCall.kt");
@@ -3515,6 +3515,16 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/boxInline/suspend/callableReference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
}
@TestMetadata("isAsReified.kt")
public void testIsAsReified() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified.kt");
}
@TestMetadata("isAsReified2.kt")
public void testIsAsReified2() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified2.kt");
}
@TestMetadata("nonTailCall.kt")
public void testNonTailCall() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/callableReference/nonTailCall.kt");
@@ -3515,6 +3515,16 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/boxInline/suspend/callableReference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true);
}
@TestMetadata("isAsReified.kt")
public void testIsAsReified() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified.kt");
}
@TestMetadata("isAsReified2.kt")
public void testIsAsReified2() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/callableReference/isAsReified2.kt");
}
@TestMetadata("nonTailCall.kt")
public void testNonTailCall() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/callableReference/nonTailCall.kt");