* Return whether top-level declarations can be added to this file.
()
| 121 | * Return whether top-level declarations can be added to this file. |
| 122 | */ |
| 123 | canAddDeclaration(): boolean { |
| 124 | return !this.body || this.body.isEmpty(); |
| 125 | } |
| 126 | |
| 127 | /** |
| 128 | * Return whether this file contains exported declarations. |
no test coverage detected