1 2 3 4 5
/** Performs an action on x. */ fun f(x: Int) { } /** Performs an action on x. */ fun f(x: String) { }