fun foo(b1: Boolean, b2: Boolean) { when { } } // EXIST: b1 // EXIST: b2 // ABSENT: true // ABSENT: false // ABSENT: else