solidity/test/cmdlineErrorReports/too_long_line_left_short.sol.ref
2018-10-09 13:48:25 +02:00

7 lines
361 B
Plaintext

too_long_line_left_short.sol:1:1: Warning: Source file does not specify required compiler version!
contract C {
^ (Relevant source part starts here and spans across multiple lines).
too_long_line_left_short.sol:2:15: Error: Identifier not found or not unique.
function f(announcementType Type, string Announcement, string ...
^--------------^