38f4a35be2
#KT-52020 Fixed
13 lines
470 B
Plaintext
Vendored
13 lines
470 B
Plaintext
Vendored
public abstract interface OverrideWithErasedParameter : R|kotlin/Any| {
|
|
public abstract interface Sub<T : R|kotlin/Any!|> : R|test/OverrideWithErasedParameter.Super<ft<T & Any, T?>>| {
|
|
public abstract fun foo(o: R|kotlin/Any!|): R|kotlin/Unit|
|
|
|
|
}
|
|
public abstract interface Super<T : R|kotlin/Any!|> : R|kotlin/Any| {
|
|
public abstract fun foo(t: R|ft<T & Any, T?>|): R|kotlin/Unit|
|
|
|
|
public abstract fun dummy(): R|kotlin/Unit|
|
|
|
|
}
|
|
}
|