5 lines
71 B
Kotlin
5 lines
71 B
Kotlin
// IS_APPLICABLE: false
|
|
fun foo(a: Boolean): Boolean {
|
|
return !a
|
|
}
|