Fix origin calculation in CliFe10AnalysisFacade
After this commit, all tests in Fe10IdeNormalAnalysisSourceModuleFileScopeTestGenerated pass
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ class CliFe10AnalysisFacade(project: Project) : Fe10AnalysisFacade {
|
||||
}
|
||||
|
||||
override fun getOrigin(file: VirtualFile): KtSymbolOrigin {
|
||||
return KtSymbolOrigin.LIBRARY
|
||||
return KtSymbolOrigin.SOURCE
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user