| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ArgumentList.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ArgumentList.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ArgumentList.java (working copy)
|
| @@ -65,7 +65,9 @@
|
| }
|
|
|
| /**
|
| - * Return the expressions producing the values of the arguments.
|
| + * Return the expressions producing the values of the arguments. Although the language requires
|
| + * that positional arguments appear before named arguments, this class allows them to be
|
| + * intermixed.
|
| *
|
| * @return the expressions producing the values of the arguments
|
| */
|
|
|