Files
kotlin-fork/analysis/analysis-api/testData/symbols/symbolByReference/libraryDataClass_component.txt
T
Roman Golyshev c1ea878e52 KT-64808 [stubs] Add extra tests for synthethic declarations from data and value classes
It's not related to the stubs format changes, but there were no tests
for that in symbols resolve tests
2024-02-23 10:51:28 +00:00

38 lines
934 B
Plaintext
Vendored

KtFunctionSymbol:
annotationsList: []
callableIdIfNonLocal: one/DataClass.component1
contextReceivers: []
contractEffects: []
hasStableParameterNames: true
isActual: false
isBuiltinFunctionInvoke: false
isExpect: false
isExtension: false
isExternal: false
isInfix: false
isInline: false
isOperator: true
isOverride: false
isStatic: false
isSuspend: false
modality: FINAL
name: component1
origin: LIBRARY
receiverParameter: null
returnType: KtUsualClassType:
annotationsList: []
ownTypeArguments: []
type: kotlin/String
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): KtUsualClassType:
annotationsList: []
ownTypeArguments: []
type: one/DataClass
getContainingFileSymbol: null
getContainingJvmClassName: one.DataClass
getContainingModule: KtLibraryModule "Library lib"
deprecationStatus: null