We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0eca8 commit 115762aCopy full SHA for 115762a
src/content/language/mixins.md
@@ -136,7 +136,6 @@ of the type in the `on` clause.
136
If the mixin depends on members in the superclass,
137
this ensures those members are available where the mixin is used:
138
139
-<?code-excerpt "misc/lib/language_tour/classes/orchestra.dart (mixin-on)" plaster="none" replace="/on Musician2/[!on Musician!]/g" ?>
140
```dart
141
class Musician {
142
musicianMethod() {
0 commit comments