object A operator fun A.invoke(i: Int) = i fun box() = if (A(42) == 42) "OK" else "fail"