// HIGHLIGHT: INFORMATION fun foo() { var b: Boolean? = null val x = !(b ?: true) }