blob: 03efa2876a742f8f58627bc18f72fb205cefa91e [file]
fun foo() {
val a: Boolean? = null
if (a<caret> != true) {
}
}