fun foo(b: Boolean?) { when (b) { } } // EXIST: true // EXIST: false // EXIST: null