5 lines
65 B
Kotlin
5 lines
65 B
Kotlin
// IS_APPLICABLE: false
|
|
fun foo(x: String) {
|
|
x <caret>== x
|
|
}
|
// IS_APPLICABLE: false
|
|
fun foo(x: String) {
|
|
x <caret>== x
|
|
}
|