pragma solidity ^0.5.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 }