mirror of
https://github.com/github/codeql.git
synced 2026-04-11 10:04:02 +02:00
By convention, instance variables are considered to be "defined" in the `#initialize` method of their containing class. If an instance variable is written to in `#initialize` and then read elsewhere in the program, we will point from the read to the write. If it is not written to in `#initialize` then we won't provide any jump-to-definition information for it.