Skip to content

Commit 7c11e2d

Browse files
committed
C#: Add a consistency test for getAPrimaryQlClass
1 parent 6b937a9 commit 7c11e2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import csharp
2+
3+
query predicate missingPrimaryQlClass(Element e) {
4+
e.getAPrimaryQlClass() = "???" and
5+
e.fromSource()
6+
}

0 commit comments

Comments
 (0)