[Analysis API] create declarations from a library with library origin in StubBasedFirDeserializedSymbolProvider
This commit is contained in:
committed by
Space Team
parent
a3b67594ff
commit
64f90f685d
Vendored
+4
-3
@@ -148,7 +148,7 @@ KtFunctionSymbol:
|
||||
isSuspend: false
|
||||
modality: FINAL
|
||||
name: copy
|
||||
origin: SOURCE_MEMBER_GENERATED
|
||||
origin: LIBRARY
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
annotationsList: []
|
||||
@@ -176,7 +176,7 @@ KtFunctionSymbol:
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: first
|
||||
origin: SOURCE_MEMBER_GENERATED
|
||||
origin: LIBRARY
|
||||
receiverParameter: null
|
||||
returnType: KtTypeParameterType:
|
||||
annotationsList: []
|
||||
@@ -195,7 +195,7 @@ KtFunctionSymbol:
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: second
|
||||
origin: SOURCE_MEMBER_GENERATED
|
||||
origin: LIBRARY
|
||||
receiverParameter: null
|
||||
returnType: KtTypeParameterType:
|
||||
annotationsList: []
|
||||
@@ -400,3 +400,4 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
|
||||
|
||||
Reference in New Issue
Block a user