Skip to content

Commit 71baf32

Browse files
Update csharp/ql/consistency-queries/PrimaryQlClass.ql
Co-authored-by: Tom Hvitved <[email protected]>
1 parent 85fc127 commit 71baf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import csharp
22

33
query predicate missingPrimaryQlClass(Element e) {
4-
e.getAPrimaryQlClass() = "???" and
4+
not exists(e.getAPrimaryQlClass()) and
55
e.fromSource()
66
}

0 commit comments

Comments
 (0)