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 =>
3878
3878
/** Get all non-private methods declared or inherited */
3879
3879
def methodMembers : List [Symbol ]
3880
3880
3881
- /** Get non-private named methods defined directly inside the class */
3881
+ /** Get non-private named type defined directly inside the class */
3882
3882
def declaredType (name : String ): List [Symbol ]
3883
3883
3884
- /** Get all non-private methods defined directly inside the class, excluding constructors */
3884
+ /** Get all non-private types defined directly inside the class */
3885
3885
def declaredTypes : List [Symbol ]
3886
3886
3887
3887
/** Type member with the given name directly declared in the class */
You can’t perform that action at this time.
0 commit comments