Deprecate the last non-deprecated EMPTY_LIST

Change-Id: Ia857df0f8f2652dfcdd5126316ddaebf2a419ac7
Reviewed-on: https://dart-review.googlesource.com/c/79088
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Brian Wilkerson 2018-10-11 00:21:45 +00:00 committed by commit-bot@chromium.org
parent 0ab8e42fea
commit 90e362f63c

View file

@ -372,6 +372,7 @@ abstract class Source implements AnalysisTarget {
/**
* An empty list of sources.
*/
@deprecated
static const List<Source> EMPTY_LIST = const <Source>[];
/**