solidity/test/libsolidity/ASTJSON/non_utf8.sol
2022-03-14 14:21:06 +01:00

4 lines
90 B
Solidity

contract C { function f() public { string memory x = string(bytes(hex"ff")); } }
// ----