Files
sdk/pkg/analyzer/lib
Konstantin Shcheglov ee3dca40c7 Store type inference errors into EntityRef.
The errors will be associated with inference targets - top-level
variables, static class fields, instance class fields, overriding
instance method parameters with conflicting type in overridden members,
etc.

These errors will be accessible through corresponding Element(s) and
reported by LibraryAnalyzer, and so AnalysisDriver to the client. So,
we will not need to compute these errors once again in ErrorVerifier.

R=brianwilkerson@google.com, paulberry@google.com
BUG=

Review-Url: https://codereview.chromium.org/2736383005 .
2017-03-10 13:04:11 -08:00
..
2016-09-15 07:49:27 -07:00