mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02: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.