mirror of
https://github.com/github/codeql.git
synced 2026-03-05 23:26:51 +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.