| Index: corelib/src/exceptions.dart
|
| ===================================================================
|
| --- corelib/src/exceptions.dart (revision 5438)
|
| +++ corelib/src/exceptions.dart (working copy)
|
| @@ -38,7 +38,8 @@
|
| const NoSuchMethodException(Object this._receiver,
|
| String this._functionName,
|
| List this._arguments,
|
| - [List this._existingArgumentNames = null]);
|
| + [List existingArgumentNames = null])
|
| + : this._existingArgumentNames = existingArgumentNames;
|
|
|
| String toString() {
|
| StringBuffer sb = new StringBuffer();
|
|
|