4b2834c4a8
#KT32868 Fixed
13 lines
242 B
Kotlin
Vendored
13 lines
242 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: TRUE
|
|
// SKIP_ANALYZE_CHECK
|
|
|
|
fun test() {<caret>
|
|
|
|
val someThing: Any? = null
|
|
val otherThing: Any? = null
|
|
|
|
if (!(someThing?.equals(otherThing) ?: otherThing == null)) {
|
|
// Some comment
|
|
}
|
|
|
|
// TYPE: } |