TypeScript/tests/cases/conformance/classes
Nathan Shively-Sanders 04510ac157 Automatic semicolon insertion for class modifiers
This includes public, private, protected, abstract

async and declare already work this way, but it looks
like they didn't block the completion list, so I added
them to the list too.
2015-10-02 14:30:31 -07:00
..
classDeclarations Automatic semicolon insertion for class modifiers 2015-10-02 14:30:31 -07:00
classExpressions Test cases that address https://github.com/Microsoft/TypeScript/issues/4288 2015-08-12 15:34:03 -06:00
constructorDeclarations Update baselines 2014-09-30 18:09:55 -07:00
indexMemberDeclarations
members
propertyMemberDeclarations Move object literal checks to the grammar checker. 2014-11-18 21:41:07 -08:00
classExpression.ts
nestedClassDeclaration.ts