5 lines
77 B
Kotlin
5 lines
77 B
Kotlin
// IS_APPLICABLE: false
|
|
fun foo(x: String?) {
|
|
x?.<caret>compareTo("1")
|
|
}
|