Commit f6fe8dc7 authored by Alexander Aprelev's avatar Alexander Aprelev Committed by GitHub

Roll flutter engine (#12307)

* Roll engine

* Pick up updated engine with analyzer fix

* Add new typeArguments override

* Update engine dep

* Up dartdoc version to fix name resolution issues
parent 18f0d3ae
e3404b81a53ba3180c7623a6f2190ebb28518f30
\ No newline at end of file
f97e974e8cd58da75c699295384cd439a7369b13
......@@ -10,7 +10,7 @@ set -e
bin/flutter --version
# Install dartdoc.
bin/cache/dart-sdk/bin/pub global activate dartdoc 0.13.0+1
bin/cache/dart-sdk/bin/pub global activate dartdoc 0.13.0+3
# This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc.
......
......@@ -132,6 +132,8 @@ class _MethodCall implements Invocation {
Map<Symbol, dynamic> get namedArguments => <Symbol, dynamic>{};
@override
List<dynamic> get positionalArguments => _arguments;
@override
List<Type> get typeArguments => const <Type>[];
}
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