Join Slack
Powered by
<@U7LCPFVKL> commented on <@U5PRA0FLJ>’s file <htt...
# announcements
u
user
01/17/2018, 2:04 AM
@StavFX
commented on
@spragg
’s file
https://kotlinlang.slack.com/files/U5PRA0FLJ/F8UPCTY2J/strange_behaviour_of_elvis_operator.kt
: That's because line 3 is actually equivalent to
Copy code
(it?.equals(obj) ?: it) == obj
And not
Copy code
it?.equals(obj) ?: (it == obj)
As you might expect
Strange_behaviour_of_Elvis_operator.kt
2
Views
Open in Slack
Previous
Next