dart-sdk/pkg/analysis_server/lib
Konstantin Shcheglov c9ea44bd8f Use the static type from the identifier element is local completions.
We always have fully reoslved unit, so usually actual types are available.

For the case when the type annotation cannot be resolved, keep the
old code that returns unresolved type string in this case. Probably
can be simplified more, e.g. remember declared types on the side instead
of passing them around just in case. Later.

R=brianwilkerson@google.com

Change-Id: Ida0b6caa90fc1408e5e7d12b762b19651cb201f6
Reviewed-on: https://dart-review.googlesource.com/55980
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2018-05-18 22:06:08 +00:00
..
plugin Clean up dead code in quick assist support 2018-04-20 14:23:29 +00:00
protocol Remove some dead code from analysis_server 2018-05-14 18:57:17 +00:00
src Use the static type from the identifier element is local completions. 2018-05-18 22:06:08 +00:00
starter.dart Remove some classes from the analyzer public API 2018-04-24 15:28:15 +00:00