Index: test/dart_codegen/expect/core/invocation.dart |
diff --git a/test/dart_codegen/expect/core/invocation.dart b/test/dart_codegen/expect/core/invocation.dart |
deleted file mode 100644 |
index 17b9fb4035f41dcc0ee38fc01916f481886b1545..0000000000000000000000000000000000000000 |
--- a/test/dart_codegen/expect/core/invocation.dart |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-part of dart.core; |
- abstract class Invocation {Symbol get memberName; |
- List get positionalArguments; |
- Map<Symbol, dynamic> get namedArguments; |
- bool get isMethod; |
- bool get isGetter; |
- bool get isSetter; |
- bool get isAccessor => isGetter || isSetter; |
-} |