If it does not get accepted I'd love for a lang su...
# language-proposals
r
If it does not get accepted I'd love for a lang supported way to get nested generics whether is based on TypeToken or some other way. TypeToken is a total hack though and I found a lot of issues when dealing with upperbounds and wildcard types. I'd love to get rid of this nonsense: https://github.com/kategory/kategory/blob/master/kategory-annotations/src/main/java/kategory/Typeclass.kt#L140-L157