mirror of
https://github.com/github/codeql.git
synced 2026-03-22 15:36:48 +01:00
9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
/**
|
|
* @name Test the implicit switch field isn't populated.
|
|
*/
|
|
import csharp
|
|
|
|
from Field f
|
|
where f.fromSource()
|
|
select f
|