fun foo(p1: String?, p2: String?) { if (!(p1?.equals(p2) ?: (p2 == null))) { } }