| Index: runtime/vm/parser.cc
|
| ===================================================================
|
| --- runtime/vm/parser.cc (revision 39381)
|
| +++ runtime/vm/parser.cc (working copy)
|
| @@ -4236,8 +4236,7 @@
|
| cls.AddFields(members.fields());
|
|
|
| // Creating a new array for functions marks the class as parsed.
|
| - const Array& array = Array::Handle(I,
|
| - Array::MakeArray(members.functions()));
|
| + const Array& array = Array::Handle(I, Array::MakeArray(members.functions()));
|
| cls.SetFunctions(array);
|
|
|
| // Add an implicit constructor if no explicit constructor is present.
|
|
|