Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
KuechA committed Nov 24, 2023
1 parent 2b418e4 commit 6503448
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ abstract class ValueDeclaration : Declaration(), HasType, HasAliases {
}
}

override var aliases = mutableSetOf<Declaration>()
override var aliases = mutableSetOf<HasAliases>()

override var assignedTypes: Set<Type> = mutableSetOf()
set(value) {
Expand Down

0 comments on commit 6503448

Please sign in to comment.