TypeScript/tests/cases/compiler/classWithEmptyTypeParameter.ts
Vadi Taslim 6b5330f343 Bug fix for issue #14696, things changed are;
- Empty class type will now throw an error,
- Trailing comma in class type will also throw an error,
- Added tests for empty class type parameter,
- Updated tests for class type parameters with trailing comma

This behavior is consistently following function or method like when its type parameter is either empty or has trailing comma.
2017-03-24 12:39:40 +08:00

2 lines
13 B
TypeScript