Files
sdk/tests/lib/analyzer
paulberry@google.com 252f56f9ca Don't generate errors when failing to follow const constructor redirections.
In two cases (circular redirections and redirecting to a non-const
constructor), the error has already been reported.  The third case
(external factory constructor) is not an error condition.

Fixes test lib/_internal/compiler/samples/jsonify/jsonify.

BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//273703003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35877 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-08 00:24:30 +00:00
..