TypeScript/tests/cases/fourslash/tsxCompletionOnClosingTag1.ts

13 lines
316 B
TypeScript
Raw Normal View History

2015-12-09 03:53:37 +01:00
/// <reference path='fourslash.ts' />
//@Filename: file.tsx
2015-12-11 23:12:57 +01:00
//// declare module JSX {
//// interface Element { }
//// interface IntrinsicElements {
//// div: { ONE: string; TWO: number; }
//// }
//// }
2015-12-09 03:53:37 +01:00
//// var x1 = <div><//**/
verify.completions({ marker: "", exact: "div>" });