mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
Methods that are mentioned in a member reference expression should count as rootdefs for the unused parameter query. Such methods have to match the functional interface of the reference expression, so it is to be expected that they will sometimes have to declare parameters that they don't actually use.