Files
kotlin-fork/compiler/testData/loadJava/compiledJava/sam/adapters/SelfAsParameter.fir.txt
T
2021-03-11 13:10:05 +03:00

5 lines
162 B
Plaintext
Vendored

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