FIR: convert Java type parameter bounds before reading annotations
This avoids a crash due to circular class references through annotation arguments.
This commit is contained in:
+5
@@ -3067,6 +3067,11 @@ public class JvmRuntimeDescriptorLoaderTestGenerated extends AbstractJvmRuntimeD
|
||||
runTest("compiler/testData/loadJava/compiledJava/RecursiveWildcardUpperBound.java");
|
||||
}
|
||||
|
||||
@TestMetadata("ReferenceCycleThroughAnnotation.java")
|
||||
public void testReferenceCycleThroughAnnotation() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledJava/ReferenceCycleThroughAnnotation.java");
|
||||
}
|
||||
|
||||
@TestMetadata("RemoveRedundantProjectionKind.java")
|
||||
public void testRemoveRedundantProjectionKind() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledJava/RemoveRedundantProjectionKind.java");
|
||||
|
||||
Reference in New Issue
Block a user