We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e0ff3 commit a1c0699Copy full SHA for a1c0699
1 file changed
accepted/future-releases/primary-constructors/feature-specification.md
@@ -919,7 +919,7 @@ positional or named parameter remains optional; if it has a default value
919
920
- An initializing formal parameter *(e.g., `T this.x`)* is copied from _L_
921
to _L2_, with no changes.
922
-- A super parameter is copied from _L_ to _L2_ any, with no changes.
+- A super parameter is copied from _L_ to _L2_, with no changes.
923
- A formal parameter which is not covered by the previous two cases and
924
which does not have the modifier `var` or the modifier `final` is copied
925
unchanged from _L_ to _L2_ *(this is a plain, non-declaring parameter)*.
0 commit comments