aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineTests/too_long_line_right_short.sol
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmdlineTests/too_long_line_right_short.sol')
-rw-r--r--test/cmdlineTests/too_long_line_right_short.sol5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/cmdlineTests/too_long_line_right_short.sol b/test/cmdlineTests/too_long_line_right_short.sol
new file mode 100644
index 00000000..936b3961
--- /dev/null
+++ b/test/cmdlineTests/too_long_line_right_short.sol
@@ -0,0 +1,5 @@
+contract C {
+ function ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff(announcementType Type,
+ string Announcement, string Link, bool Oppositable, string _str, uint256 _uint, address _addr) onlyOwner external {
+}
+}