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

6 lines
183 B
Plaintext
Vendored

package test
public interface GenericInterfaceParameterWithSelfBound</*0*/ T : test.GenericInterfaceParameterWithSelfBound<T!>!> {
public abstract fun method(/*0*/ p0: T!): T!
}