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