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
solar --version: 0.1.1
solc can compile successfully, but solar throws an error. If I change EnumType StructType to EnumType otherName, the error does not occur.
error: name has to refer to a valid user-defined type
--> getSeed/seed/error_param_type_shadowed_by_param_name.sol:7:34
|
7 | error E(EnumType StructType, StructType test);
| ^^^^^^^^^^
|
The text was updated successfully, but these errors were encountered:
solar --version
: 0.1.1solc can compile successfully, but solar throws an error. If I change EnumType StructType to EnumType otherName, the error does not occur.
The text was updated successfully, but these errors were encountered: