aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineTests/too_long_line_edge_out/input.sol
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmdlineTests/too_long_line_edge_out/input.sol')
-rw-r--r--test/cmdlineTests/too_long_line_edge_out/input.sol4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cmdlineTests/too_long_line_edge_out/input.sol b/test/cmdlineTests/too_long_line_edge_out/input.sol
new file mode 100644
index 00000000..29d3cee6
--- /dev/null
+++ b/test/cmdlineTests/too_long_line_edge_out/input.sol
@@ -0,0 +1,4 @@
+contract C {
+ function fffffffffffffffffffffff(announcementTypeTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT Typ, string A) onlyOwner external {
+}
+}