def whatever(x: String): String = x
def whatever(x: Int, y: Int): Int = x + y
