fixed consistency

Made Identifier::expression property.
pull/2556/head
Shushanik Tovmasyan 2 months ago committed by GitHub
parent 482f92f7a7
commit 7c6143e048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      slither/core/expressions/identifier.py

@ -79,5 +79,6 @@ class Identifier(Expression):
def __str__(self) -> str:
return str(self._value)
@property
def expression(self):
return self

Loading…
Cancel
Save