test /  / f

f

fun f(x: Int): Unit

Performs an action on x.



Description

This is a long description.



Parameters

x - the int value to perform the action on.
fun f(x: String): Unit

Performs an action on x.



Description

This is a long description.



Parameters

x - the string value to perform the action on.