Files
codeql/csharp/ql/test/library-tests/nameof/nameof.ql
2026-01-06 11:32:49 +01:00

5 lines
57 B
Plaintext

import csharp
from NameOfExpr e
select e, e.getAccess()