(node)
| 80477 | } |
| 80478 | } |
| 80479 | function checkClassStaticBlockDeclaration(node) { |
| 80480 | checkGrammarDecoratorsAndModifiers(node); |
| 80481 | ts.forEachChild(node, checkSourceElement); |
| 80482 | } |
| 80483 | function checkConstructorDeclaration(node) { |
| 80484 | // Grammar check on signature of constructor and modifier of the constructor is done in checkSignatureDeclaration function. |
| 80485 | checkSignatureDeclaration(node); |
no test coverage detected