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:
@@ -1,2 +1,10 @@
|
||||
public abstract interface DeepSamLoop : R|kotlin/Any| {
|
||||
public abstract interface Bar : R|kotlin/Any| {
|
||||
public abstract fun foo(p: R|ft<test/DeepSamLoop.Foo, test/DeepSamLoop.Foo?>|): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
public abstract interface Foo : R|kotlin/Any| {
|
||||
public abstract fun foo(p: R|ft<test/DeepSamLoop.Bar, test/DeepSamLoop.Bar?>|): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user