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 f583ce3 commit 2c0530dCopy full SHA for 2c0530d
standard/classes.md
@@ -2798,7 +2798,7 @@ A compile-time error occurs unless all of the following are true for an override
2798
> }
2799
> ```
2800
>
2801
-> Without the type parameters in the overriding methods, the compiler won’t know which base method is being overridden. *end example*
+> Without the type parameter constraints in the overriding methods, the compiler won’t know which base method is being overridden. *end example*
2802
2803
An override declaration can access the overridden base method using a *base_access* ([§12.8.15](expressions.md#12815-base-access)).
2804
0 commit comments