TypeScript/tests/cases/conformance/jsx/tsxOpeningClosingNames.tsx

12 lines
164 B
TypeScript
Raw Normal View History

2015-06-22 19:31:00 +02:00
//@filename: file.tsx
//@jsx: preserve
declare module JSX {
interface Element { }
}
declare module A.B.C {
var D: any;
}
<A.B.C.D>foo</A . B . C.D>