solidity/test/libsolidity/natspecJSON/slash4.sol

12 lines
140 B
Solidity

contract test {
//// @notice lorem ipsum
function f() public { }
}
// ----
// ----
// :test userdoc
// {
// "methods": {}
// }