This was legal till `0.7.0`: ```solidity contract Foo { string public bar = "tab: "; string public baz = 'tab: '; } ```
This was legal till
0.7.0: