TypeScript/tests/cases/fourslash/tsxCompletion4.ts

14 lines
331 B
TypeScript

/// <reference path='fourslash.ts' />
//@Filename: file.tsx
//// declare namespace JSX {
//// interface Element { }
//// interface IntrinsicElements {
//// div: { one; two; }
//// }
//// }
//// let bag = { x: 100, y: 200 };
//// <div {.../**/
verify.completions({ marker: "", includes: "bag" });