0656f1f0e0
All tests pass, but it does not mean nothing is broken.
4 lines
61 B
Kotlin
4 lines
61 B
Kotlin
import java.util.Map
|
|
|
|
fun <K> fff(map: Map<K, String>) = map
|