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

5 lines
84 B
Plaintext

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