solidity/test/libsolidity/natspecJSON/empty_comment.sol

20 lines
222 B
Solidity

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