// RUNTIME_WITH_SCRIPT_RUNTIME val c = true if (c) { 2 + 3 } fun f() { if (!c) { 3 + 4 } }