Files
kotlin-fork/compiler/testData/loadJava/compiledJava/sam/adapters/SelfAsParameter.fir.txt
T
2022-06-29 16:50:05 +00:00

5 lines
136 B
Plaintext
Vendored

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