Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ramna Thors
Total activity
4
Last activity
December 01, 2025 13:33
Member since
November 25, 2025 11:56
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Edited
December 01, 2025 13:33
That's exactly it. Thank you!
Community
IntelliJ IDEA Users
Wrong warning message for Kotlin OffsetDateTime equality check
0 votes
Edited
November 27, 2025 13:31
Hi!Like this:```kotlin// Project with single file: scratch.ktsimport java.time.OffsetDateTimeval dt1: OffsetDateTime = OffsetDateTime.now()val dt2: OffsetDateTime = OffsetDateTime.now()if (dt1 == d...
Community
IntelliJ IDEA Users
Wrong warning message for Kotlin OffsetDateTime equality check
0 votes