Ramna Thors
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Wrong warning message for Kotlin OffsetDateTime equality check
AnsweredThe IDE shows the following warning when using `==` on two instances of `OffsetDateTime`. However, `==` is NOT an “identity-sensitive operation” in Kotlin, so the message seems objectively wrong an...