mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
6 lines
183 B
Plaintext
Vendored
6 lines
183 B
Plaintext
Vendored
package test
|
|
|
|
public interface GenericInterfaceParameterWithSelfBound</*0*/ T : test.GenericInterfaceParameterWithSelfBound<T!>!> {
|
|
public abstract fun method(/*0*/ p0: T!): T!
|
|
}
|