solidity/test/libsolidity/natspecJSON/user_empty_natspec_test.sol

14 lines
131 B
Solidity

contract test {
///
///
function f() public {
}
}
// ----
// ----
// :test userdoc
// {
// "methods": {}
// }