7 lines
268 B
Kotlin
Vendored
7 lines
268 B
Kotlin
Vendored
/**
|
|
* @param f docs for param f
|
|
*/
|
|
fun some(<caret>f: (Int) -> String) : String? = null
|
|
|
|
//INFO: <div class='definition'><pre>value-parameter <b>f</b>: (Int) → String</pre></div><div class='content'><p>docs for param f</p></div><table class='sections'></table>
|