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
@@ -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");