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
vyper.exceptions.CompilerPanic: Not a type: VarInfo(typ=(builtin) concat, location=<DataLocation.UNSET: 'unset'>, modifiability=<Modifiability.MODIFIABLE: 'modifiable'>, is_public=False, decl_node=None)
contract "tests/custom/test.vy:1", line 1:31
---> 1 MAX: constant(HashMap[uint256, concat]) = [1, 2, 3]
--------------------------------------^
2
This is an unhandled internal compiler error. Please create an issue on Github to notify the developers!
https://github.com/vyperlang/vyper/issues/new?template=bug.md
The text was updated successfully, but these errors were encountered:
Version Information
vyper --version
): 0.4.1b2+commit.5f04c0e22python --version
):What's your issue about?
The text was updated successfully, but these errors were encountered: