mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Report an error if immutables not assigned
This commit is contained in:
@@ -78,6 +78,7 @@ class Error: virtual public util::Exception
|
||||
public:
|
||||
enum class Type
|
||||
{
|
||||
CodeGenerationError,
|
||||
DeclarationError,
|
||||
DocstringParsingError,
|
||||
ParserError,
|
||||
|
||||
Reference in New Issue
Block a user