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
Describe the bug
I invoke a modifier after the constructor such as constructor() modifier31(), the modifier is defined in the same contract but the compiler complains that the modifier cannot be found. I also tried to use Solidity compiler to compile the test program, and it passed the compilation.
Describe the bug
I invoke a modifier after the constructor such as
constructor() modifier31()
, the modifier is defined in the same contract but the compiler complains that the modifier cannot be found. I also tried to use Solidity compiler to compile the test program, and it passed the compilation.This bug is detected by Erwin
To Reproduce
Use
solang --compile --target solana
the compile the test program below.Expected behavior
The program should pass the compilation.
Screenshots
Hyperledger Solang version
solang version v0.3.3
Include the complete solidity source code
The text was updated successfully, but these errors were encountered: