solidity/test/libsolidity/ASTJSON/non_utf8.sol

4 lines
90 B
Solidity
Raw Normal View History

2022-02-17 12:38:29 +00:00
contract C { function f() public { string memory x = string(bytes(hex"ff")); } }
// ----