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 682bf6d commit 8be882fCopy full SHA for 8be882f
javascript/ql/src/AlertSuppression.ql
@@ -8,7 +8,7 @@
8
private import codeql.suppression.AlertSuppression as AS
9
private import javascript as JS
10
11
-class SingleLineComment extends L::Locatable {
+class SingleLineComment extends JS::Locatable {
12
private string text;
13
14
SingleLineComment() {
0 commit comments