主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Simon Ogorodnik
活动总数
2
最后的活动
2023年07月25日 16:12
成员加入日期
2023年07月25日 16:12
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(0)
评论(1)
Simon Ogorodnik
进行了评论,
2023年07月25日 16:12
You could use org.jetbrains.kotlin.types.TypeUtils#getAllSupertypes For input such as `ParamMap<Int>`, it will return the set: `HashMap<String, Int>, Any...` Then, it is simple to build such an ass...
社区
IntelliJ IDEA Open API and Plugin Development
In kotlin, how to determine the correspondence between type parameters between subtypes and supertypes
0 票