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:
Vendored
+12
@@ -1,2 +1,14 @@
|
||||
public abstract interface InheritedOverridden : R|kotlin/Any| {
|
||||
public open class Sub : R|test/InheritedOverridden.Super| {
|
||||
public open fun foo(r: R|ft<java/lang/Runnable, java/lang/Runnable?>|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/InheritedOverridden.Sub|
|
||||
|
||||
}
|
||||
public open class Super : R|kotlin/Any| {
|
||||
public open fun foo(r: R|ft<java/lang/Runnable, java/lang/Runnable?>|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/InheritedOverridden.Super|
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user