blob: 4bd8559000b28c2d8eeac041555e6d43a3127962 [file] [log] [blame]
package test
public interface GenericInterfaceParameterWithSelfBound</*0*/ T : test.GenericInterfaceParameterWithSelfBound<T!>!> {
public abstract fun method(/*0*/ p0: T!): T!
}