pragma solidity >=0.8.0 <0.9.0; contract Test { function a(bool test) public {//Comment immediately after function declaration } function b(bool test) public { uint8 x=1; }//Comment immediately after function closes }