mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
This is merely making explicit what was implicitly enforced. The move to change the return type of `step` already meant that `this` and `result` had to be `LocalSourceNode`. By moving these methods to their rightful place, we should hopefully avoid a bit of suprising behaviour.