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