1 2 3 4 5 6 7
/** * COMM * @param a Some string * @return value of a */ fun my(a: String): String = a