mirror of
https://github.com/github/codeql.git
synced 2026-02-20 17:03:41 +01:00
Address comments
This commit is contained in:
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user