mirror of
https://github.com/github/codeql.git
synced 2026-02-11 12:41:06 +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.