Files
codeql/java/kotlin-extractor
Chris Smowton 16af811b69 Allow imprecise matching for Kotlin -> Java method translation
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.
2022-05-12 22:36:28 +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 19:51:27 +01:00
2022-05-10 18:45:51 +01:00