145b2c260b
Part of #KT-22211
11 lines
104 B
Kotlin
Vendored
11 lines
104 B
Kotlin
Vendored
fun some() {
|
|
if (true)
|
|
true
|
|
else // smth
|
|
<caret>
|
|
{
|
|
|
|
}
|
|
}
|
|
|
|
// IGNORE_FORMATTER |