TypeScript/tests/cases/fourslash/tsxCompletion4.ts

14 lines
331 B
TypeScript
Raw Normal View History

2015-07-06 21:40:05 +02:00
/// <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" });