5 lines
71 B
Kotlin
Vendored
5 lines
71 B
Kotlin
Vendored
fun foo(p1: String?, p2: String?) {
|
|
if (p1 <caret>!= p2) {
|
|
|
|
}
|
|
} |