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

14 lines
212 B
TypeScript
Raw Normal View History

2017-10-17 01:51:39 +02:00
//@filename: file.tsx
//@jsx: react
declare module JSX {
interface Element { }
interface IntrinsicElements {
[s: string]: any;
}
}
declare var React: any;
<>hi</div> // Error
<>eof // Error