We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d9e64 commit 4e1bd90Copy full SHA for 4e1bd90
javascript/extractor/src/com/semmle/js/extractor/ASTExtractor.java
@@ -294,8 +294,8 @@ public enum IdContext {
294
* True if this occurs as part of a type annotation, i.e. it is {@link #typeBind} or {@link
295
* #typeDecl}, {@link #typeLabel}, {@link #varInTypeBind}, or {@link #namespaceBind}.
296
*
297
- * <p>Does not hold for {@link #varAndTypeDecl} or {@link #typeOnlyImportExport} as these
298
- * do not occur in type annotations.
+ * <p>Does not hold for {@link #varAndTypeDecl}, {@link #typeOnlyImport}, or @{link {@link #typeOnlyExport}
+ * as these do not occur in type annotations.
299
*/
300
public boolean isInsideType() {
301
return this == typeBind
0 commit comments