| Index: runtime/vm/parser.cc
|
| ===================================================================
|
| --- runtime/vm/parser.cc (revision 13756)
|
| +++ runtime/vm/parser.cc (working copy)
|
| @@ -1848,8 +1848,9 @@
|
| ASSERT(phase_param != NULL);
|
| AstNode* phase_argument = new LoadLocalNode(call_pos, phase_param);
|
| arguments->Add(phase_argument);
|
| + receiver->set_invisible(true);
|
| ParseActualParameters(arguments, kAllowConst);
|
| -
|
| + receiver->set_invisible(false);
|
| // Resolve the constructor.
|
| const Function& redirect_ctor = Function::ZoneHandle(
|
| cls.LookupConstructor(ctor_name));
|
|
|