TypeScript/tests/cases/conformance/jsx/tsxAttributeResolution13.tsx
2016-02-29 18:35:48 -08:00

6 lines
79 B
TypeScript

//@jsx: preserve
//@filename: test.tsx
function Test() { }
<Test></Test>