mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
For example, in implementing Producer<T> by an actual lambda of type () -> Int, the return type should be Int, not T. This produced type-variable-out-of-scope consistency check failures.