File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
compiler/src/dotty/tools/dotc/core Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ object Contexts:
60
60
private val (notNullInfosLoc, store8) = store7.newLocation[List [NotNullInfo ]]()
61
61
private val (importInfoLoc, store9) = store8.newLocation[ImportInfo | Null ]()
62
62
private val (typeAssignerLoc, store10) = store9.newLocation[TypeAssigner ](TypeAssigner )
63
- private val (usagesLoc, store11) = store10.newLocation[Usages ](Usages () )
63
+ private val (usagesLoc, store11) = store10.newLocation[Usages ]()
64
64
65
65
private val initialStore = store11
66
66
@@ -837,6 +837,7 @@ object Contexts:
837
837
store = initialStore
838
838
.updated(settingsStateLoc, settingsGroup.defaultState)
839
839
.updated(notNullInfosLoc, Nil )
840
+ .updated(usagesLoc, Usages ())
840
841
.updated(compilationUnitLoc, NoCompilationUnit )
841
842
searchHistory = new SearchRoot
842
843
gadt = EmptyGadtConstraint
You can’t perform that action at this time.
0 commit comments