(node)
| 84843 | ts.isStringLiteralLike(node.argumentExpression); |
| 84844 | } |
| 84845 | function checkEnumDeclaration(node) { |
| 84846 | addLazyDiagnostic(function () { return checkEnumDeclarationWorker(node); }); |
| 84847 | } |
| 84848 | function checkEnumDeclarationWorker(node) { |
| 84849 | // Grammar checking |
| 84850 | checkGrammarDecoratorsAndModifiers(node); |
no test coverage detected