Ademir Queiroga
04/05/2021, 10:12 PMtypeParameters
from this object
I tried a few things already but without success.
object SchemeProperty : ValueModifier<String, String>{ ... }
Jiaxiang
04/05/2021, 10:34 PMKSClassDeclaration.superTypes
? You should get the type parameter from either resolve()
or element
of KSTypeReference
Ademir Queiroga
04/05/2021, 10:42 PM