Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Simon Ogorodnik
Total activity
2
Last activity
July 25, 2023 16:12
Member since
July 25, 2023 16:12
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (1)
Simon Ogorodnik
commented,
July 25, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
In kotlin, how to determine the correspondence between type parameters between subtypes and supertypes
0 votes