Files
kotlin/compiler/testData/loadJava/compiledJava/sam/adapters/SelfAsParameter.txt
2017-05-05 21:30:35 +03:00

6 lines
125 B
Plaintext
Vendored

package test
public interface SelfAsParameter {
public abstract fun foo(/*0*/ p0: test.SelfAsParameter!): kotlin.Unit
}