Files
codeql/java/kotlin-extractor
Chris Smowton 102cdcdab8 Fix type substitution and source locations in SAM-converted generic interface implementations
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.
2022-05-19 11:55:31 +01:00
..
2022-05-10 18:45:56 +01:00
2022-05-10 19:51:27 +01:00
2022-05-10 19:51:27 +01:00
2022-05-10 18:45:51 +01:00