3 lines
77 B
Kotlin
Vendored
3 lines
77 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun foo(arg: Boolean?): Boolean = <caret>arg == true |