4 lines
62 B
Kotlin
Vendored
4 lines
62 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun foo() {
|
|
if (true) <caret>{ }
|
|
} |