FIR: dump nested classes in loadJava tests
Because those test are single Java files, many of them use a top-level class as a container for multiple classes to be tested. Such tests do almost nothing if those nested classes aren't handled.
This commit is contained in:
+8
@@ -1,2 +1,10 @@
|
||||
public abstract interface RecursiveAnnotation2 : R|kotlin/Any| {
|
||||
public final annotation class A : R|kotlin/Annotation| {
|
||||
public constructor(value: R|test/RecursiveAnnotation2.B|): R|test/RecursiveAnnotation2.A|
|
||||
|
||||
}
|
||||
@R|test/RecursiveAnnotation2.A|(@R|test/RecursiveAnnotation2.B|(String(test)) ) public final annotation class B : R|kotlin/Annotation| {
|
||||
public constructor(value: R|kotlin/String|): R|test/RecursiveAnnotation2.B|
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user