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
362 B
Plaintext
Vendored
11 lines
362 B
Plaintext
Vendored
public open class PrivateSamAdapter : R|kotlin/Any| {
|
|
private open fun samAdapter(r: R|ft<test/PrivateSamAdapter.SamInterface, test/PrivateSamAdapter.SamInterface?>|): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/PrivateSamAdapter|
|
|
|
|
private abstract interface SamInterface : R|kotlin/Any| {
|
|
public abstract fun foo(): R|kotlin/Unit|
|
|
|
|
}
|
|
}
|