TypeScript/tests/baselines/reference/scannerUnicodeEscapeInKeyword1.types
2015-04-15 16:44:20 -07:00

6 lines
144 B
Plaintext

=== tests/cases/conformance/scanner/ecmascript5/scannerUnicodeEscapeInKeyword1.ts ===
\u0076ar x = "hello";
>x : string
>"hello" : string