Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/dart/string-interpolation.txt
2021-04-07 19:25:18 -04:00

4 lines
66 B
Plaintext
Vendored

'1234$identifier $true';
// comment
'1234${1234 + true + 'foo'}';