Address comments

This commit is contained in:
Arthur Baars
2021-04-08 15:11:57 +02:00
parent 039e8b36a5
commit ceb2eb21d8
2 changed files with 2 additions and 4 deletions

View File

@@ -8,8 +8,6 @@ private import internal.TreeSitter
* A representation of a run-time `module` or `class` value.
*/
class Module extends TModule {
Module() { this = TResolved(_) or this = TUnresolved(_) }
/** Get a declaration of this module, if any. */
ModuleBase getADeclaration() { result.getModule() = this }