mirror of
https://github.com/github/codeql.git
synced 2026-03-26 09:18:16 +01:00
Accept annotation_classes test changes
This commit is contained in:
@@ -677,10 +677,10 @@ final class AnnotationsNode extends PrintAstNode, TAnnotationsNode {
|
||||
|
||||
override ElementNode getChild(int childIndex) {
|
||||
result.getElement() =
|
||||
rank[childIndex](Element e, string file, int line, int column |
|
||||
e = ann.getAnAnnotation() and locationSortKeys(e, file, line, column)
|
||||
rank[childIndex](Element e, string file, int line, int column, string s |
|
||||
e = ann.getAnAnnotation() and locationSortKeys(e, file, line, column) and s = e.toString()
|
||||
|
|
||||
e order by file, line, column
|
||||
e order by file, line, column, s
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user