7 lines
75 B
Kotlin
Vendored
7 lines
75 B
Kotlin
Vendored
fun foo(flag: Boolean) {
|
|
if (<caret>)
|
|
}
|
|
|
|
// ELEMENT: flag
|
|
// CHAR: '!'
|