TypeScript-TmLanguage/tests/cases/Issue66.tsx

8 строки
131 B
TypeScript

const a = new Array<{}>();
// syntax highlighting wrong from here on out, due to '{}'
class Thing {
render() {
}
}