Files
kotlin-fork/idea/testData/intentions/simplifyBooleanWithConstants/nullableComplex.kt
T

3 lines
93 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun foo(arg: Boolean?): Boolean = <caret>arg == true || arg == false