solidity/test/libsolidity/natspecJSON/user_empty_natspec_test.sol

16 lines
175 B
Solidity
Raw Normal View History

contract test {
///
///
function f() public {
}
}
// ----
// ----
// :test userdoc
// {
// "kind": "user",
// "methods": {},
// "version": 1
// }