TypeScript/tests/cases/conformance/jsx/tsxElementResolution1.jsx
2015-06-18 14:03:43 -07:00

4 lines
37 B
JavaScript

// OK
<div />;
// Fail
<span />;