DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.0.4%2Bds1-2 / tests / cases / compiler / parseUnaryExpressionNoTypeAssertionInJsx4.ts
12345678
// @filename: index.tsx // @jsx: preserve const x = "oops"; const a = + <number> x; const b = + <> x; const c = + <1234> x;