Minor. Add test with reified type parameter
This commit is contained in:
+10
@@ -4070,6 +4070,16 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/boxInline/suspend/callableReference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, 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