File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
lkql_jit/language/src/main/java/com/adacore/lkql_jit/built_ins/methods Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ public long onToken(Token t) {
6060
6161 @ BuiltInMethod (
6262 name = "is_equivalent" ,
63- doc = "Return whether two tokens are structurally equivalent" ,
64- isProperty = true
63+ doc = "Return whether two tokens are structurally equivalent"
6564 )
6665 abstract static class IsEquivalentExpr extends BuiltInBody {
6766
Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ Methods for `Token`
645645
646646 Return a string representation of an object
647647
648- .. method :: Token.is_equivalent(this)
648+ .. method :: Token.is_equivalent(this, other )
649649
650650 Return whether two tokens are structurally equivalent
651651
You can’t perform that action at this time.
0 commit comments