Files
kotlin-fork/compiler/testData/loadJava/compiledJava/sam/InterfaceWithObjectMethod.fir.txt
T
2019-03-14 17:56:05 +03:00

5 lines
167 B
Plaintext
Vendored

public abstract interface InterfaceWithObjectMethod : R|java/lang/Object| {
public abstract operator function toString(): R|ft<kotlin/String, kotlin/String?>|!
}