We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8213555 commit e86b1b8Copy full SHA for e86b1b8
compiler/src/dotty/tools/dotc/interactive/Interactive.scala
@@ -324,7 +324,10 @@ object Interactive {
324
325
/** Find named trees with a non-empty position satisfying `treePredicate` in `trees`.
326
*
327
- * @param includeReferences If true, include references and not just definitions
+ * @param trees The trees to inspect.
328
+ * @param include Whether to include references, definitions, etc.
329
+ * @param treePredicate An additional predicate that the trees must match.
330
+ * @return The trees with a non-empty position satisfying `treePredicate`.
331
*/
332
def namedTrees(trees: List[SourceTree],
333
include: Include.Set,
0 commit comments