//@jsx: preserve //@filename: file.tsx declare module JSX { interface Element { } interface IntrinsicElements { [s: string]: any; } } // @filename: Error1.tsx // Issue error about missing span closing tag, not missing div closing tag let x1 =
; // @filename: Error2.tsx let x2 =
; // @filename: Error3.tsx let x3 =
; // @filename: Error4.tsx let x4 =
; // @filename: Error5.tsx let x5 =