4 lines
65 B
Kotlin
Vendored
4 lines
65 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun foo(x: Int) {
|
|
x.times(<caret>1)
|
|
} |