Files
solidity/test/libsolidity/ASTJSON/non_utf8.sol
T

4 lines
75 B
Solidity

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