// EXPECTED_REACHABLE_NODES: 990 package foo fun box(): String { when {} return "OK" }