blob: 1a4d1cbfc7f442e487092ee8f18305e638f6b0e2 [file] [log] [blame]
fun foo(p1: String?, p2: String?) {
if (p1 <caret>!= p2) {
}
}