File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ class Module extends TModule, ModuleDeclaration {
699
699
}
700
700
701
701
/**
702
- * Something that can be member of a module.
702
+ * A member of a module.
703
703
*/
704
704
class ModuleMember extends TModuleMember , AstNode {
705
705
/** Holds if this member is declared as `private`. */
Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ import codeql.IDEContextual
17
17
*/
18
18
external string selectedSourceFile ( ) ;
19
19
20
- /**
21
- * Overrides the configuration to print only nodes in the selected source file.
22
- */
20
+ // Overrides the configuration to print only nodes in the selected source file.
23
21
class Cfg extends PrintAstConfiguration {
24
22
override predicate shouldPrintNode ( AstNode n ) {
25
23
super .shouldPrintNode ( n ) and
You can’t perform that action at this time.
0 commit comments