Joshlemer
08/14/2019, 2:14 PMjava.util.LinkedHashMap<Int,Int>
somehow implements kotlin.collections.Map<Int,Int>
? Is there scala-style implicit conversion / wrapping going on?
val lhm: kotlin.collections.Map<Int, Int> = java.util.LinkedHashMap()
louiscad
08/14/2019, 2:15 PMdiesieben07
08/14/2019, 2:18 PMJoshlemer
08/14/2019, 2:19 PM