TypeScript/tests/cases/conformance/jsx/tsxParseTests2.tsx

9 lines
163 B
TypeScript
Raw Normal View History

//@filename: file.tsx
//@jsx: preserve
declare module JSX {
interface Element { }
interface IntrinsicElements { div; span; }
}
var x = </**/div></div>;