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 bbb5dbf commit 0c64754
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -907,8 +907,7 @@ class ScopeManager : ScopeProvider {
val n: Name
if (extractedScope == null) {
// the scope does not exist at all
scope = null
n = name
return listOf()
} else {
scope = extractedScope.scope ?: startScope
n = extractedScope.adjustedName
Expand Down

0 comments on commit 0c64754

Please sign in to comment.