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

9 lines
99 B
Plaintext

/**
* @name Tests nameof expression
*/
import csharp
from NameOfExpr e
select e, e.getAccess()