Fix origin calculation in CliFe10AnalysisFacade

After this commit, all tests in
Fe10IdeNormalAnalysisSourceModuleFileScopeTestGenerated pass
This commit is contained in:
Mikhail Glukhikh
2022-05-20 18:04:35 +02:00
committed by Space
parent b710b26bf5
commit 133f874351
20 changed files with 24 additions and 266 deletions
@@ -13,7 +13,7 @@ KtNamedClassOrObjectSymbol:
isInner: false
modality: FINAL
name: MyClass
origin: LIBRARY
origin: SOURCE
superTypes: [
kotlin/Any
]
@@ -1,14 +0,0 @@
KtValueParameterSymbol:
annotationsList: []
callableIdIfNonLocal: null
hasDefaultValue: false
isExtension: false
isImplicitLambdaParameter: false
isVararg: false
name: it
origin: LIBRARY
receiverType: null
returnType: kotlin/Int
symbolKind: LOCAL
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -13,7 +13,7 @@ KtFunctionSymbol:
isSuspend: false
modality: FINAL
name: withOuter
origin: LIBRARY
origin: SOURCE
receiverType: null
returnType: Outer?
symbolKind: CLASS_MEMBER
@@ -13,7 +13,7 @@ KtNamedClassOrObjectSymbol:
isInner: false
modality: FINAL
name: WithGeneratedCompanion
origin: LIBRARY
origin: SOURCE
superTypes: [
kotlin/Any
]