Fixed EA-74848 + conversion was incorrect!
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(p1: String?, p2: String?) {
|
||||
if (!(p1?.equals(p2) ?: (p2 == null))) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user