mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
e8131d6f1a
UnlinkedParam.type serves a dual role: for ordinary parameters it is the declared type; for function-typed parameters it is the declared return type. So to determine whether a parameter has an implicit type it is not sufficient to check whether UnlinkedParam.type is `null`. We also need to check whether the parameter is function-typed. R=brianwilkerson@google.com Review-Url: https://codereview.chromium.org/2947703002 . |
||
---|---|---|
.. | ||
analysis_server | ||
analyzer | ||
analyzer_cli | ||
analyzer_plugin | ||
async_helper | ||
browser | ||
compiler | ||
dart_messages | ||
dev_compiler | ||
expect | ||
front_end | ||
js | ||
js_ast | ||
kernel | ||
lookup_map | ||
meta | ||
microlytics | ||
testing | ||
typed_mock | ||
.gitignore | ||
BUILD.gn | ||
pkg.status | ||
pkg_files.gyp |