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