blob: dcd2d097fe00a04d16d69181668541b0c47b1d52 [file] [log] [blame]
/** Performs an action on x. */
fun f(x: Int) { }
/** Performs an action on x. */
fun f(x: String) { }