Skip to content

Commit

Permalink
LocalScope.root cannot be a singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Aug 17, 2024
1 parent 32344c1 commit 38bc732
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ object LocalScope {
*
* @return a defaulted local scope
*/
val root: LocalScope = {
def root: LocalScope = {
val graph = new AliasGraph
val info = DataflowAnalysis.DependencyInfo()
new LocalScope(
Expand Down

0 comments on commit 38bc732

Please sign in to comment.