Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
KuechA authored and oxisto committed Nov 24, 2023
1 parent 59d0ef1 commit a11b2cf
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 a11b2cf

Please sign in to comment.