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.
13 lines
506 B
Plaintext
Vendored
13 lines
506 B
Plaintext
Vendored
public abstract interface OverrideWithErasedParameter : R|kotlin/Any| {
|
|
public abstract interface Sub<T : R|ft<kotlin/Any, kotlin/Any?>|> : R|test/OverrideWithErasedParameter.Super<ft<T, T?>>| {
|
|
public abstract fun foo(o: R|ft<kotlin/Any, kotlin/Any?>|): R|kotlin/Unit|
|
|
|
|
}
|
|
public abstract interface Super<T : R|ft<kotlin/Any, kotlin/Any?>|> : R|kotlin/Any| {
|
|
public abstract fun foo(t: R|ft<T, T?>|): R|kotlin/Unit|
|
|
|
|
public abstract fun dummy(): R|kotlin/Unit|
|
|
|
|
}
|
|
}
|