37 lines
741 B
Plaintext
Vendored
37 lines
741 B
Plaintext
Vendored
KtValueParameterSymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: null
|
|
hasDefaultValue: false
|
|
isExtension: false
|
|
isVararg: false
|
|
name: x
|
|
origin: SOURCE
|
|
receiverType: null
|
|
symbolKind: LOCAL
|
|
type: kotlin/Int
|
|
deprecationStatus: null
|
|
|
|
KtFunctionSymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: /foo
|
|
hasStableParameterNames: true
|
|
isExtension: false
|
|
isExternal: false
|
|
isInfix: false
|
|
isInline: false
|
|
isOperator: false
|
|
isOverride: false
|
|
isStatic: false
|
|
isSuspend: false
|
|
modality: FINAL
|
|
name: foo
|
|
origin: SOURCE
|
|
receiverType: null
|
|
symbolKind: TOP_LEVEL
|
|
type: kotlin/Unit
|
|
typeParameters: []
|
|
valueParameters: [
|
|
KtValueParameterSymbol(x)
|
|
]
|
|
visibility: Public
|
|
deprecationStatus: null |