// PROBLEM: 'when' has empty body // FIX: none fun test() { when (val i = 1) { } }