Skip to content

Commit c8f7029

Browse files
authored
[wildcard-variables] Fix typo in super parameters example. (#3840)
1 parent fb8a843 commit c8f7029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/wildcards/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ class B {
331331
B(this._);
332332
}
333333
334-
class C {
334+
class C extends B {
335335
C(super._); // Error.
336336
}
337337
```

0 commit comments

Comments
 (0)