solang-parser 0.2.1

Solang Solidity Parser
Documentation
// checks that error messages around power-or-10 lines are formatted correctly
// SPDX-License-Identifier: GPL-3.0





contract C {
    function f() public { int x; }
    function g() public { int x; }
    function h() public {























































































        /**/ int a; /**/
        /**/ int b; /**/
        /**/ int c; /**/
    }
}