<@U169UQEKE> The type of the property is in `retur...
# reflect
c
@janvladimirmostert The type of the property is in
returnType
, so you should change
println(property::class.supertypes)
to
println(property.returnType.supertypes)