// EXPECTED_REACHABLE_NODES: 491 package foo class A() { operator fun div(other: A) = "OK" } fun box() = A() / A()