parent
9844e674f5
commit
57ce8cbeb6
@ -0,0 +1,7 @@ |
|||||||
|
pragma solidity ^0.5.0; |
||||||
|
|
||||||
|
contract Test { |
||||||
|
function a(uint x) public pure { |
||||||
|
return; |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue