mirror of
https://github.com/github/codeql.git
synced 2026-03-27 17:58:17 +01:00
This allows the particular case of Collection.toArray(IntFunction<T>) to match, since both Java and Kotlin functions take an IntFunction<T> but they use different function-local type variables. This would also allow toArray(Array<T>) to work similarly.