mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 15:51:59 +00:00
6 lines
212 B
Plaintext
6 lines
212 B
Plaintext
package test
|
|
|
|
public trait GenericMethodParameters : java.lang.Object {
|
|
public abstract fun </*0*/ A : jet.CharSequence?, /*1*/ B : jet.List<A>?> method(/*0*/ p0: jet.Array<out A>?, /*1*/ p1: B?): jet.Unit
|
|
}
|