Files
sdk/pkg/dev_compiler/lib
Vijay Menon d5c913ef95 Fix null analysis on constants with unknown value
Terry is landing the test for this.  We were throwing on this:

  const u4 = const String.fromEnvironment("XXXXX");

  void main() {
    print(u4.toString());
  }

Change-Id: I5ad158978ce9a19c2d5a3b65a39beae1676fe7b1
Reviewed-on: https://dart-review.googlesource.com/5042
Reviewed-by: Jennifer Messerly <jmesserly@google.com>
Commit-Queue: Terry Lucas <terry@google.com>
2017-09-11 22:28:53 +00:00
..
2017-09-08 22:47:16 +00:00