| Index: runtime/lib/mirrors_patch.dart
|
| diff --git a/runtime/lib/mirrors_patch.dart b/runtime/lib/mirrors_patch.dart
|
| index 1534e796d6d3e41b4952784e2b03d765e9730f09..b3eaf9a18531837ba5e5a126f3fc561d77cde446 100644
|
| --- a/runtime/lib/mirrors_patch.dart
|
| +++ b/runtime/lib/mirrors_patch.dart
|
| @@ -67,7 +67,7 @@ patch class MirrorSystem {
|
| // Drop 'get:' or 'set:' prefix.
|
| pos = 4;
|
| if (string[0] == 's') {
|
| - add_setter_suffix;
|
| + add_setter_suffix = true;
|
| }
|
| }
|
| // Skip everything between AT and PERIOD, SPACE, COMMA or END
|
|
|