mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
9 lines
121 B
Plaintext
9 lines
121 B
Plaintext
/**
|
|
* @name Test for indexers
|
|
*/
|
|
|
|
import csharp
|
|
|
|
where forall(Indexer i | i.fromSource() | i.hasName("Item"))
|
|
select 1
|