Migration change: temporarily specify type explicitly

Because of introduction of `BuilderInference` annotation.
 Change it back after bootstrap
This commit is contained in:
Mikhail Zarechenskiy
2018-09-18 15:59:10 +03:00
parent a293aded5d
commit bc6e091004
8 changed files with 9 additions and 9 deletions
@@ -121,7 +121,7 @@ private sealed class ModuleInfoCollector<out T>(
emptySequence()
},
virtualFileProcessor = { project, virtualFile, isLibrarySource ->
buildSequence {
buildSequence<IdeaModuleInfo> {
collectInfosByVirtualFile(
project,
virtualFile,