blob: 27c05f9c11a4327fcbdfc63ed1f0feb1e97905a5 [file] [log] [blame]
fun foo() {
val a: Boolean? = null
if (a<caret> != false) {
}
}