solidity/test/libsolidity/ASTJSON/string.sol
2020-07-27 18:21:17 +01:00

4 lines
81 B
Solidity

contract C { function f() public { string memory x = "Hello World"; } }
// ----