21c2268f70
Many incorrect tests fixed
5 lines
78 B
Kotlin
Vendored
5 lines
78 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun foo(a: Boolean): Boolean {
|
|
return <caret>!a
|
|
}
|