You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if I want to access some constants in another class I have to use the is notation to "import" the contract containing the constants into the current contract. This pollutes the namespace of the current contract.
It would be great if I could just access constant state variables in another contract directly:
className.constantThatIWant
The text was updated successfully, but these errors were encountered:
Currently if I want to access some constants in another class I have to use the
is
notation to "import" the contract containing the constants into the current contract. This pollutes the namespace of the current contract.It would be great if I could just access constant state variables in another contract directly:
className.constantThatIWant
The text was updated successfully, but these errors were encountered: