mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
/**
|
|
* @name Test for indexers
|
|
*/
|
|
import csharp
|
|
|
|
from Parameter p
|
|
select count(p.getDeclaringElement())
|
|
|