File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3878,10 +3878,10 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
38783878 /** Get all non-private methods declared or inherited */
38793879 def methodMembers : List [Symbol ]
38803880
3881- /** Get non-private named methods defined directly inside the class */
3881+ /** Get non-private named type defined directly inside the class */
38823882 def declaredType (name : String ): List [Symbol ]
38833883
3884- /** Get all non-private methods defined directly inside the class, excluding constructors */
3884+ /** Get all non-private types defined directly inside the class */
38853885 def declaredTypes : List [Symbol ]
38863886
38873887 /** Type member with the given name directly declared in the class */
You can’t perform that action at this time.
0 commit comments