Files
kotlin-fork/compiler/testData/loadJava/compiledJava/sam/adapters/SelfAsParameter.fir.txt
T
2020-11-18 13:06:46 +03:00

5 lines
184 B
Plaintext
Vendored

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