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 712c69e commit e2b2d1cCopy full SHA for e2b2d1c
javascript/ql/test/testUtilities/ConsistencyChecking.qll
@@ -46,10 +46,10 @@ deprecated final private class Conf extends string {
46
}
47
48
/**
49
- * A line-comment that asserts whether a result exists at that line or not.
+ * A comment that asserts whether a result exists at that line or not.
50
* Can optionally include `[INCONSISTENCY]` to indicate that a consistency issue is expected at the location
51
*/
52
-private class AssertionComment extends LineComment {
+private class AssertionComment extends Comment {
53
boolean shouldHaveAlert;
54
55
AssertionComment() {
0 commit comments