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

6 lines
79 B
TypeScript
Raw Normal View History

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