// HIGHLIGHT: INFORMATION fun foo() { var a: Boolean? = null val x = a ?: false }