[Analysis API] Add symbol tests for properties from libraries
^KT-62888 ^KT-62651
This commit is contained in:
committed by
Space Team
parent
faf33e4fa4
commit
a341dc704f
+62
@@ -0,0 +1,62 @@
|
||||
KtKotlinPropertySymbol:
|
||||
annotationsList: []
|
||||
backingFieldSymbol: KtBackingFieldSymbol:
|
||||
annotationsList: []
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
isExtension: false
|
||||
name: field
|
||||
origin: PROPERTY_BACKING_FIELD
|
||||
owningProperty: KtKotlinPropertySymbol(one/SimpleClass.constructorVariable)
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Boolean
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: one.SimpleClass
|
||||
getContainingModule: KtLibraryModule "Library lib"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: one/SimpleClass.constructorVariable
|
||||
contextReceivers: []
|
||||
getter: null
|
||||
hasBackingField: true
|
||||
hasGetter: false
|
||||
hasSetter: false
|
||||
initializer: null
|
||||
isActual: false
|
||||
isConst: false
|
||||
isDelegatedProperty: false
|
||||
isExpect: false
|
||||
isExtension: false
|
||||
isFromPrimaryConstructor: false
|
||||
isLateInit: false
|
||||
isOverride: false
|
||||
isStatic: false
|
||||
isVal: false
|
||||
modality: FINAL
|
||||
name: constructorVariable
|
||||
origin: LIBRARY
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Boolean
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getDispatchReceiver(): KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: one/SimpleClass
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: one.SimpleClass
|
||||
getContainingModule: KtLibraryModule "Library lib"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
javaGetterName: getConstructorVariable
|
||||
javaSetterName: setConstructorVariable
|
||||
setterDeprecationStatus: null
|
||||
Reference in New Issue
Block a user