Replies: 1 comment
-
can you also show your test fn |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am writing testFunction for contract but encounter compile error.
For example I have contract A like this:
And in my test function, when I write the code like
a.val()
to access to public variable defined in contract A then I got the compile error:No matching declaration found after argument-dependent lookup.solidity(9322)
I was wondering how to access to public variable in founrdry test function? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions