We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8dccb commit 15b988eCopy full SHA for 15b988e
library/src/scala/quoted/Quotes.scala
@@ -3878,10 +3878,10 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
3878
/** Get all non-private methods declared or inherited */
3879
def methodMembers: List[Symbol]
3880
3881
- /** Get non-private named methods defined directly inside the class */
+ /** Get non-private named type defined directly inside the class */
3882
def declaredType(name: String): List[Symbol]
3883
3884
- /** Get all non-private methods defined directly inside the class, excluding constructors */
+ /** Get all non-private types defined directly inside the class */
3885
def declaredTypes: List[Symbol]
3886
3887
/** Type member with the given name directly declared in the class */
0 commit comments