Index: lib/core/object.dart |
diff --git a/lib/core/object.dart b/lib/core/object.dart |
index ba41cb81840162b11f00a9e5fbd31f20c63a0c9f..116ae31bdb168193df0f1cb45167fd6db60d61ae 100644 |
--- a/lib/core/object.dart |
+++ b/lib/core/object.dart |
@@ -55,7 +55,7 @@ class Object { |
* The default behavior of [noSuchMethod] is to throw a |
* [noSuchMethodError]. |
*/ |
- external Dynamic noSuchMethod(String name, List args); |
+ external Dynamic noSuchMethod(InvocationMirror msg); |
/** |
* A representation of the runtime type of the object. |
*/ |