This contract: ```Solidity pragma solidity ^0.5.0; contract Comments { // solhint-disable-previous-line no-empty-blocks } ``` throws the following error. ``` Comment "solhint-disable-previous-line no-empty-blocks" was not printed. Please report this error! ```
This contract:
throws the following error.