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

4 lines
87 B
Solidity

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