Fixed getFileTopLevelScope implementation
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ public class KotlinCacheService(val project: Project) {
|
||||
}
|
||||
|
||||
override fun getFileTopLevelScope(file: JetFile): JetScope {
|
||||
return getLazyResolveSession(file).getScopeProvider().getFileScope(file)
|
||||
return cache.getLazyResolveSession(file).getScopeProvider().getFileScope(file)
|
||||
}
|
||||
|
||||
override fun <T> get(extension: CacheExtension<T>): T {
|
||||
|
||||
Reference in New Issue
Block a user