31 lines
1009 B
Plaintext
Vendored
31 lines
1009 B
Plaintext
Vendored
KtDeclaration: KtNamedFunction
|
|
Symbol:
|
|
fun <T> foo(x: kotlin.collections.List<T>, y: kotlin.collections.Map<T, kotlin.String>, k: kotlin.String): kotlin.Int
|
|
|
|
Signature:
|
|
KtFunctionLikeSignature:
|
|
receiverType = null
|
|
returnType = kotlin.Int
|
|
symbol = /foo(x: kotlin.collections.List<T>, y: kotlin.collections.Map<T, kotlin.String>, k: kotlin.String): kotlin.Int
|
|
valueParameters = [
|
|
KtVariableLikeSignature:
|
|
name = x
|
|
receiverType = null
|
|
returnType = kotlin.collections.List<T>
|
|
symbol = x: kotlin.collections.List<T>
|
|
callableIdIfNonLocal = null,
|
|
KtVariableLikeSignature:
|
|
name = y
|
|
receiverType = null
|
|
returnType = kotlin.collections.Map<T, kotlin.String>
|
|
symbol = y: kotlin.collections.Map<T, kotlin.String>
|
|
callableIdIfNonLocal = null,
|
|
KtVariableLikeSignature:
|
|
name = k
|
|
receiverType = null
|
|
returnType = kotlin.String
|
|
symbol = k: kotlin.String
|
|
callableIdIfNonLocal = null
|
|
]
|
|
callableIdIfNonLocal = /foo
|