5 lines
68 B
Kotlin
5 lines
68 B
Kotlin
// IS_APPLICABLE: false
|
|
fun foo(x: Int) {
|
|
x.<caret>toString()
|
|
}
|