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
Version: v0.3.3: v0.3.3-70-g32a45ea1
Description: If you remove 'public', Solang can compile normally. If you replace 2**100 with value within 2**32, Solang can also compile normally. The error location in the source code can be found at the link.
contractC {
mapping(uint=>uint[2**100]) public x;
}
The text was updated successfully, but these errors were encountered:
Version: v0.3.3: v0.3.3-70-g32a45ea1
Description: If you remove 'public', Solang can compile normally. If you replace 2**100 with value within 2**32, Solang can also compile normally. The error location in the source code can be found at the link.
The text was updated successfully, but these errors were encountered: