4d28199cc2
#KT-4710 In Progress
6 lines
60 B
Plaintext
Vendored
6 lines
60 B
Plaintext
Vendored
fun foo(x: Boolean) {
|
|
if (!x) {
|
|
<caret>
|
|
}
|
|
}
|