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