add explicit this

This commit is contained in:
erik-krogh
2023-02-15 10:44:57 +01:00
parent b7305fd229
commit bec8dc6775

View File

@@ -198,7 +198,7 @@ class PackageJson extends JsonObject {
/**
* Gets the main module of this package.
*/
Module getMainModule() { result = getExportedModule(".") }
Module getMainModule() { result = this.getExportedModule(".") }
/**
* Gets the module exported under the given relative path.