mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-14 00:21:27 +00:00
7 lines
267 B
Plaintext
Vendored
7 lines
267 B
Plaintext
Vendored
package test
|
|
|
|
public open class MethodWithGenerics {
|
|
public constructor MethodWithGenerics()
|
|
public open fun foo(/*0*/ p0: kotlin.String!, /*1*/ p1: kotlin.(Mutable)List<kotlin.(Mutable)Map.(Mutable)Entry<kotlin.String!, kotlin.String!>!>!): kotlin.String!
|
|
}
|