Skip to content

Commit

Permalink
Add "meta" referable kind
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Nov 20, 2024
1 parent be47dc9 commit 1627901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/arend/psi/ext/ArendDefMeta.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ArendDefMeta : ArendDefinition<ArendDefMetaStub>, Abstract.MetaDefinition,
override fun getBodyReference(visitor: TypeClassReferenceExtractVisitor): Referable? =
ReferableExtractVisitor(requiredAdditionalInfo = false, isExpr = true).findReferable(expr)

override fun getKind() = GlobalReferable.Kind.OTHER
override fun getKind() = GlobalReferable.Kind.META

override fun getIcon(flags: Int) = ArendIcons.META_DEFINITION

Expand Down

0 comments on commit 1627901

Please sign in to comment.