test / f

f

fun f(x: Int): Unit
fun f(x: String): Unit

Performs an action on x.

This is a long description.

Parameters

x - the value to perform the action on.