Files
codeql/csharp/ql/test/library-tests/statements/Switch4.ql
Felicity Chapman caf6b950ac Remove trailing periods from @name metadata in query files
Fixed 73 .ql query files where the @name metadata contained an ending period.
This ensures consistency with the CodeQL query metadata style guidelines.
2025-11-26 14:29:51 +00:00

10 lines
123 B
Plaintext

/**
* @name Test the implicit switch field isn't populated
*/
import csharp
from Field f
where f.fromSource()
select f