5 lines
104 B
Kotlin
5 lines
104 B
Kotlin
// "Replace with dot call" "true"
|
|
fun test(value : String) : Int {
|
|
return value<caret>!!.length()
|
|
}
|