Skip to content

Commit adfd5bd

Browse files
committed
Removed unneeded comment
1 parent 6429017 commit adfd5bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser/Statement.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,6 @@ export class LibraryStatement extends Statement implements TypedefProvider {
11921192
export class NamespaceStatement extends Statement implements TypedefProvider {
11931193
constructor(
11941194
public keyword: Token,
1195-
// this should technically only be a VariableExpression or DottedGetExpression, but that can be enforced elsewhere
11961195
public nameExpression: VariableExpression | DottedGetExpression,
11971196
public body: Body,
11981197
public endKeyword: Token

0 commit comments

Comments
 (0)