JVM IR: fix exception on star projection in type parameter upper bound

#KT-41761 Fixed
This commit is contained in:
Alexander Udalov
2020-09-08 23:32:23 +02:00
parent 685d16ec68
commit 3d7619421f
9 changed files with 53 additions and 1 deletions
@@ -29195,6 +29195,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/reflection/typeOf/nonReifiedTypeParameters/simplePropertyParameter.kt");
}
@TestMetadata("starProjectionInUpperBound.kt")
public void testStarProjectionInUpperBound() throws Exception {
runTest("compiler/testData/codegen/box/reflection/typeOf/nonReifiedTypeParameters/starProjectionInUpperBound.kt");
}
@TestMetadata("typeParameterFlags.kt")
public void testTypeParameterFlags() throws Exception {
runTest("compiler/testData/codegen/box/reflection/typeOf/nonReifiedTypeParameters/typeParameterFlags.kt");