JVM IR: fix exception on star projection in type parameter upper bound
#KT-41761 Fixed
This commit is contained in:
Generated
+5
@@ -22655,6 +22655,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
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");
|
||||
|
||||
Generated
+5
@@ -22655,6 +22655,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
+5
@@ -22670,6 +22670,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user