主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ramna Thors
活动总数
4
最后的活动
2025年12月01日 13:33
成员加入日期
2025年11月25日 11:56
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(2)
按最近的活动排序
最近的活动
投票数
已编辑于
2025年12月01日 13:33
That's exactly it. Thank you!
社区
IntelliJ IDEA Users
Wrong warning message for Kotlin OffsetDateTime equality check
0 票
已编辑于
2025年11月27日 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...
社区
IntelliJ IDEA Users
Wrong warning message for Kotlin OffsetDateTime equality check
0 票