Files
kotlin-fork/compiler/testData/loadJava/compiledJava/sam/InterfaceWithObjectMethod.fir.txt
T
2020-02-19 18:09:04 +03:00

5 lines
126 B
Plaintext
Vendored

public abstract interface InterfaceWithObjectMethod : R|kotlin/Any| {
public abstract fun toString(): R|kotlin/String|
}