| Index: lib/src/tree.dart
|
| diff --git a/lib/src/tree.dart b/lib/src/tree.dart
|
| index ded846dfc7c0883bc706ee94f1993ca0921f324a..c187903445694c1799ddb2765ebbe4fdac0b60b4 100644
|
| --- a/lib/src/tree.dart
|
| +++ b/lib/src/tree.dart
|
| @@ -696,7 +696,7 @@ class MixinDefinition extends Directive {
|
| class MixinRulesetDirective extends MixinDefinition {
|
| final List<TreeNode> rulesets;
|
|
|
| - MixinRulesetDirective(String name, List<VarDefinition> args,
|
| + MixinRulesetDirective(String name, List<TreeNode> args,
|
| bool varArgs, this.rulesets, SourceSpan span)
|
| : super(name, args, varArgs, span);
|
|
|
|
|