Join Slack
Powered by
``` fun Any?.matches(obj: Any?) = (this == null ||...
# codereview
u
uli
09/18/2018, 7:16 AM
Copy code
fun Any?.matches(obj: Any?) = (this == null || obj == this)
Open in Slack
Previous
Next