Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Jan 24, 2025
1 parent dd326f3 commit 375ac75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class ScopeDescription(
when (symbol) {
is SymbolDescription -> this.namesToExternalSymbolIdentifiers[name.asKey()] = symbol.identifier
is PossiblyNamed -> this.namesToLocalSymbolNodes[name.asKey()] = symbol
else -> throw IllegalArgumentException("Invalid node passed")
}
}

Expand Down

0 comments on commit 375ac75

Please sign in to comment.