solidity/test/libsolidity/ASTJSON/non_utf8.sol

4 lines
75 B
Solidity
Raw Normal View History

2020-07-15 17:50:59 +00:00
contract C { function f() public { string memory x = hex"ff"; } }
// ----