solidity/test/libsolidity/natspecJSON/star3.sol

14 lines
155 B
Solidity
Raw Normal View History

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