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

5 lines
163 B
Plaintext
Vendored

public abstract interface SelfAsParameter : R|kotlin/Any| {
public abstract fun foo(p: R|ft<test/SelfAsParameter, test/SelfAsParameter?>!|): R|kotlin/Unit|
}