Is there an easy way to get all methods from a TypeNode
in a macro, including inherited methods?
TypeNode#methods
only returns the methods defined in the class itself.
Is there an easy way to get all methods from a TypeNode
in a macro, including inherited methods?
TypeNode#methods
only returns the methods defined in the class itself.