зеркало из https://github.com/github/codeql.git
C#: Add a consistency test for getAPrimaryQlClass
This commit is contained in:
Родитель
6b937a939b
Коммит
7c11e2d7e9
|
@ -0,0 +1,6 @@
|
|||
import csharp
|
||||
|
||||
query predicate missingPrimaryQlClass(Element e) {
|
||||
e.getAPrimaryQlClass() = "???" and
|
||||
e.fromSource()
|
||||
}
|
Загрузка…
Ссылка в новой задаче