Files
codeql/csharp/ql/test/library-tests/comments/Bindings.ql
2018-08-02 17:53:23 +01:00

5 lines
85 B
Plaintext

import csharp
from CommentBlock b
select b, b.getElement(), b.getChild(0).getText()