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

5 lines
84 B
Plaintext

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