Add LazyTopDownAnalyzer in LazyResolve container

This commit is contained in:
aleksZubakov
2018-07-09 16:11:03 +03:00
committed by Simon Ogorodnik
parent 0ca59b3a40
commit 7e49005bab
@@ -172,6 +172,7 @@ fun createContainerForLazyResolve(
targetEnvironment.configure(this)
useImpl<ResolveSession>()
useImpl<LazyTopDownAnalyzer>()
}
fun createLazyResolveSession(moduleContext: ModuleContext, files: Collection<KtFile>): ResolveSession =