solidity/test/libsolidity/ASTJSON/string.sol

4 lines
81 B
Solidity
Raw Normal View History

2020-07-13 20:11:42 +00:00
contract C { function f() public { string memory x = "Hello World"; } }
// ----