For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if the declared variable is implicitly typed, for example var x = 0;.
var x = 0;
predicate isImplicitlyTyped()