| Index: pkg/front_end/testcases/rasta/super.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/rasta/super.dart.strong.expect b/pkg/front_end/testcases/rasta/super.dart.strong.expect
|
| index 820f5ed532024385c7b50ec78b6fdd60612771ae..48b3b0ce070b8411987a0184398f5927e363807e 100644
|
| --- a/pkg/front_end/testcases/rasta/super.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/rasta/super.dart.strong.expect
|
| @@ -253,7 +253,7 @@ class C extends self::B {
|
| self::use(super.{self::A::n} = super.{self::A::n}.-(42));
|
| }
|
| }
|
| -const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/rasta/super.dart:43:5: Error: '+' is not a prefix operator. \n +super;\n ^", "pkg/front_end/testcases/rasta/super.dart:44:9: Error: '+' is not a prefix operator. \n use(+super);\n ^"]/* from null */;
|
| +static const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/rasta/super.dart:43:5: Error: '+' is not a prefix operator. \n +super;\n ^", "pkg/front_end/testcases/rasta/super.dart:44:9: Error: '+' is not a prefix operator. \n use(+super);\n ^"]/* from null */;
|
| static method use(dynamic x) → dynamic {
|
| if(x.==(new core::DateTime::now().{core::DateTime::millisecondsSinceEpoch}))
|
| throw "Shouldn't happen";
|
|
|