You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Get non-private named methods defined directly inside the class */
def declaredType(name: String): List[Symbol]
/** Get all non-private methods defined directly inside the class, excluding constructors */
def declaredTypes: List[Symbol]
Expectation
It seems that these methods return symbols representing types instead of methods