/// //@Filename: file.tsx //// declare module JSX { //// interface Element { } //// interface IntrinsicElements { //// div: { one; two; } //// } //// } ////
; verify.completions({ marker: "", exact: "two" });