Commit 0189696e authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Roll engine to 459f722b86415da01386fe41f37bafa842f11ae8 (#12413)

Eliminates Invocation.typeArguments override recently introduced and removed in upstream Dart SDK commit:
https://dart-review.googlesource.com/c/sdk/+/10702
parent d5ba4df6
f7685ddf16ccf9e5f6c4386c23061b02ed0e37d4
459f722b86415da01386fe41f37bafa842f11ae8
......@@ -132,8 +132,6 @@ class _MethodCall implements Invocation {
Map<Symbol, dynamic> get namedArguments => <Symbol, dynamic>{};
@override
List<dynamic> get positionalArguments => _arguments;
@override
List<Type> get typeArguments => throw new UnimplementedError();
}
String _valueName(Object value) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment