@@ -6,7 +6,7 @@ parsers: ["slang-solidity"]
66printWidth: 80
77 | printWidth
88=====================================input======================================
9- pragma solidity ^0.4.24 ;
9+ pragma solidity ^0.4.29 ;
1010
1111
1212contract Comments1 {
@@ -18,7 +18,7 @@ bytes32 private _CACHED_DOMAIN_SEPARATOR;
1818/* solhint-enable var-name-mixedcase */
1919
2020
21- function () {
21+ function hello () {
2222 // solhint-disable-previous-line no-empty-blocks
2323 }
2424
@@ -178,7 +178,7 @@ contract Comments13 {
178178 }
179179}
180180=====================================output=====================================
181- pragma solidity ^0.4.24 ;
181+ pragma solidity ^0.4.29 ;
182182
183183contract Comments1 {
184184 /* solhint-disable var-name-mixedcase */
@@ -187,7 +187,7 @@ contract Comments1 {
187187
188188 /* solhint-enable var-name-mixedcase */
189189
190- function () {
190+ function hello () {
191191 // solhint-disable-previous-line no-empty-blocks
192192 }
193193
@@ -276,7 +276,7 @@ contract Comments4c
276276 // solhint-disable-previous-line no-empty-blocks
277277}
278278
279- /*why the name \` Comments6\` */ contract Comments6 is
279+ contract Comments6 /*why the name \` Comments6\` */ is
280280 Interface1 /*why we used Interface1*/,
281281 Interface2 /*why we used Interface2*/,
282282 Interface3,
0 commit comments