solidity/test/libsolidity/ASTJSON/unicode.sol

4 lines
87 B
Solidity
Raw Normal View History

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