solidity/test/libsolidity/natspecJSON/empty_comment.sol

13 lines
129 B
Solidity

//
contract test
{}
// ----
// ----
// :test userdoc
// {
// "kind": "user",
// "methods": {},
// "version": 1
// }