aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineErrorReports/too_long_line_left_short.sol
blob: 2accfcce61da75c5bcd785a0d741d3da01c73165 (plain) (blame)
1
2
3
4
contract C {
   function f(announcementType Type, string Announcement, string Link, bool Oppositable, string _str, uint256 _uint, address _addr) onlyOwner external {
}
}