The following string literal is legal until `0.7.0`. Afterwards, it became disallowed after the introduction of `UnicodeStringLiteral`: ```solidity contract Test { event Bar(string y); function foo() public { emit Bar("Fireworks 🎆"); } } ```
The following string literal is legal until
0.7.0. Afterwards, it became disallowed after the introduction ofUnicodeStringLiteral: