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

5 lines
144 B
Text

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