Closed
Description
Compiler version
git hash: 2ec9c52
Minimized code
/** 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