https://kotlinlang.org logo
a

Andrew Gazelka

01/10/2019, 7:08 PM
I just noticed Java maps can not be accessed in Kotlin with
Map#get(Object o)
only with
Map#get(K key)
. Is there any way to call
Map#get(Object o)
?