/// //@Filename: file.tsx //// declare module JSX { //// interface Element { } //// interface IntrinsicElements { //// div: { ONE: string; TWO: number; } //// } //// } //// var x =
; verify.completions({ marker: "", exact: ["ONE", "TWO"] });