pragma solidity ^0.4.13; contract Test { function a(bool test){//Comment immediately after function declaration } function b(bool test){var x=1;}//Comment immediately after function closes }