Minor. Add test with reified type parameter
This commit is contained in:
Generated
+10
@@ -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");
|
||||
|
||||
Generated
+10
@@ -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");
|
||||
|
||||
+10
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user