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

10 lines
162 B
TypeScript
Raw Normal View History

2015-06-18 23:03:43 +02:00
//@jsx: preserve
//@filename: file1.tsx
//@noimplicitany: true
declare module JSX {
interface Element { }
}
// Error under implicit any
<div n='x' />;