Skip to content

Commit

Permalink
Fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Nov 30, 2024
1 parent 84cfd52 commit 89176e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ class ScopeManager : ScopeProvider {
* arguments [scope] and [predicate] are forwarded.
*/
fun lookupSymbolByNameOfNode(
node: HasScope,
node: Node,
scope: Scope? = node.scope,
predicate: ((Declaration) -> Boolean)? = null,
): List<Declaration> {
Expand Down

0 comments on commit 89176e8

Please sign in to comment.