assert message strings #2449
Labels
bug
Bug that shouldn't change language semantics when fixed.
Easy Pickings
Used to denote issues that should be easy to implement
help wanted
Version Information
latest vyper
What's your issue about?
when I do
assert 1==1, concat("a","b")
I get:
vyper.exceptions.InvalidType: Reason must UNREACHABLE or a string literal
The text was updated successfully, but these errors were encountered: