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