blob: ca889c11b425651131409bed84cce3e81a4087f2 [file]
fun foo(): Boolean {
return true
}
fun main() {
<caret>if (!foo()) {
}
}