mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
/**
|
|
* @name Dimension
|
|
*/
|
|
import default
|
|
|
|
from Array a
|
|
where exists(ArrayTypeAccess access | access.getType() = a)
|
|
select a.toString(), a.getDimension()
|