6 lines
84 B
Kotlin
6 lines
84 B
Kotlin
// IS_APPLICABLE: false
|
|
|
|
fun foo(): String {
|
|
val v = 1
|
|
<caret>return "abc"
|
|
} |