a12e31daf1
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.
11 lines
382 B
Plaintext
Vendored
11 lines
382 B
Plaintext
Vendored
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|
|
|
|
|
}
|
|
}
|