solidity/test/libsolidity/syntaxTests/string/string_unicode.sol

8 lines
185 B
Solidity
Raw Normal View History

contract test {
function f() public pure returns (string memory) {
return "😃, 😭, and 😈";
}
}
// ----
2020-07-20 18:03:40 +00:00
// ParserError 8936: (86-88): Invalid character in string.