solidity/test/libsolidity/natspecJSON/user_multiline_empty_lines.sol

23 lines
270 B
Solidity

contract test {
/**
*
*
* @notice hello world
*/
function f() public {
}
}
// ----
// ----
// :test userdoc
// {
// "methods":
// {
// "f()":
// {
// "notice": "hello world"
// }
// }
// }