Compilation failure when whitespace between require
and terminating semi-colon
#882
Labels
require
and terminating semi-colon
#882
Hi again :)
Contracts compiled with Solidity 0.4.21 are failing to compile when they include require(bool) statements, resulting in a
ParserError: Expected token Semicolon got 'Identifier' error. Specifically, require(false) c_3a887c65(0x55bf89d8a3187e04); /* requirePost */ HardhatError: HH600: Compilation failed.
Compilation succeeds without coverage
Thank you for the quick response
The text was updated successfully, but these errors were encountered: