/** * @param f docs for param f */ fun some(f: (Int) -> String) : String? = null //INFO:
value-parameter f: (Int) → String

docs for param f