Chromium Code Reviews| Index: lib/core/object.dart |
| diff --git a/lib/core/object.dart b/lib/core/object.dart |
| index 7febc393e5de13dd3b615ca8f80375a392ec25a6..d51601a2a298d7000d81f28dc184a3b0aa02223b 100644 |
| --- a/lib/core/object.dart |
| +++ b/lib/core/object.dart |
| @@ -15,4 +15,8 @@ class Object { |
| external String toString(); |
| external void noSuchMethod(String name, List args); |
| + |
| + external Type runtimeType(); |
| } |
| + |
| +abstract class Type {} |