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

5 lines
83 B
Plaintext

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