Skip to content

Documentation for some methods in Quotes seems to be wrong #14901

Closed
@pikinier20

Description

@pikinier20

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions