DescriptionSupport more checked mode compile time errors in analysis engine.
This changes the following errors to be checked mode compile time errors:
- LIST_ELEMENT_TYPE_NOT_ASSIGNABLE
- MAP_VALUE_TYPE_NOT_ASSIGNABLE
- MAP_KEY_TYPE_NOT_ASSIGNABLE
It also ensures that static warnings are always generated, so if the
analysis engine's client decides to disregard checked mode compile
time errors, the warnings won't be lost.
BUG=dartbug.com/16391
R=brianwilkerson@google.com, scheglov@google.com
Committed: https://code.google.com/p/dart/source/detail?r=40790
Patch Set 1 #Messages
Total messages: 5 (1 generated)
|