Files
codeql/csharp/ql/test/library-tests/exprorstmtparent/Parameter.ql
Tamas Vajk c069c3384e Fix tests
2021-04-08 12:07:36 +02:00

6 lines
83 B
Plaintext

import csharp
from Parameter p
where p.fromSource()
select p, p.getDefaultValue()