[JS BEs] use star projection when type parameter used recursively
#KT-37128 Fixed
This commit is contained in:
+5
@@ -26717,6 +26717,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reified/reifiedTypeArgumentWithIntersectionTypeAsTypeArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reifiedTypeArgumentWithRecursion.kt")
|
||||
public void testReifiedTypeArgumentWithRecursion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reified/reifiedTypeArgumentWithRecursion.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("safecast.kt")
|
||||
public void testSafecast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reified/safecast.kt");
|
||||
|
||||
Reference in New Issue
Block a user