Files
kotlin-fork/idea/testData/codeInsight/outOfBlock/WholeFileChanged.kt
T
2019-10-30 21:41:29 +01:00

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: }