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.
2 parents c7f842a + d122900 commit 126418fCopy full SHA for 126418f
compiler/src/dotty/tools/dotc/ast/untpd.scala
@@ -60,7 +60,7 @@ object untpd extends Trees.Instance[Untyped] with UntypedTreeInfo {
60
class NonEmptyFunction(args: List[Tree], body: Tree, val mods: Modifiers) extends Function(args, body)
61
62
/** A function created from a wildcard expression
63
- * @param placeHolderParams a list of definitions of synthetic parameters
+ * @param placeholderParams a list of definitions of synthetic parameters.
64
* @param body the function body where wildcards are replaced by
65
* references to synthetic parameters.
66
*/
0 commit comments