solidity/test/libsolidity/natspecJSON/empty_comment.sol

11 lines
85 B
Solidity

//
contract test
{}
// ----
// ----
// :test userdoc
// {
// "methods": {}
// }