TypeScript/tests/baselines/reference/scannerUnicodeEscapeInKeyword1.types

5 lines
199 B
Text

=== tests/cases/conformance/scanner/ecmascript5/scannerUnicodeEscapeInKeyword1.ts ===
\u0076ar x = "hello";
>x : string, Symbol(x,Decl(scannerUnicodeEscapeInKeyword1.ts,0,8))
>"hello" : string