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 8ee91a4 + a73a441 commit c208845Copy full SHA for c208845
docs/_docs/reference/other-new-features/trait-parameters.md
@@ -79,7 +79,7 @@ The definition of `F` in the last line is implicitly expanded to
79
class F(using iname: ImpliedName) extends
80
Object,
81
ImpliedGreeting(using iname),
82
- ImpliedFormalGreeting(using iname)
+ ImpliedFormalGreeting
83
```
84
Note the inserted reference to the super trait `ImpliedGreeting`, which was not mentioned explicitly.
85
0 commit comments