solidity/test/libsolidity/natspecJSON/slash4.sol

21 lines
277 B
Solidity
Raw Permalink Normal View History

contract test {
//// @notice lorem ipsum
function f() public { }
}
// ----
// ----
// :test devdoc
// {
// "kind": "dev",
// "methods": {},
// "version": 1
// }
//
// :test userdoc
// {
// "kind": "user",
// "methods": {},
// "version": 1
// }