Files

5 lines
91 B
Plaintext
Vendored

public abstract interface A : R|kotlin/Any| {
public open fun f(): R|kotlin/String|
}