Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
peckto committed Dec 12, 2024
1 parent 0c64754 commit cc094be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ class ScopeManager : ScopeProvider {
// the scope does not exist at all
return listOf()
} else {
scope = extractedScope.scope ?: startScope
scope = extractedScope.scope
n = extractedScope.adjustedName
}

Expand Down

0 comments on commit cc094be

Please sign in to comment.