dart-sdk/pkg/nnbd_migration
Paul Berry 4bde1f1851 Migration: test to make sure exact nullability isn't applied too much.
This is a regression test that would have caught the mistake in
https://dart-review.googlesource.com/c/sdk/+/135351 (see that CL for
additional details).

Change-Id: Ideaf83df6deae3f6688fc89cfd8b3568344c5d4d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/135660
Reviewed-by: Mike Fairhurst <mfairhurst@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2020-02-13 20:23:18 +00:00
..
bin Implement analysis options modification. 2020-02-11 20:14:06 +00:00
lib Implement analysis options modification. 2020-02-11 20:14:06 +00:00
test Migration: test to make sure exact nullability isn't applied too much. 2020-02-13 20:23:18 +00:00
tool Implement analysis options modification. 2020-02-11 20:14:06 +00:00
analysis_options.yaml Migration: Add an analysis_options.yaml file. 2019-07-30 13:40:07 +00:00
CHANGELOG.md
LICENSE
pubspec.yaml Implement analysis options modification. 2020-02-11 20:14:06 +00:00
README.md

NNBD Migration Engine

This package provides infrastructure for migrating code to be non-nullable by default.