TypeScript/tests/baselines/reference/tsxAttributeResolution13.js
2016-02-29 18:35:48 -08:00

10 lines
110 B
TypeScript

//// [test.tsx]
function Test() { }
<Test></Test>
//// [test.jsx]
function Test() { }
<Test></Test>;