-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dart2js: do typechecking even if suppressWarnings is on
this is necessary because the type of elements will not be set unless the typechecker runs on the element. You need the type to be set even when suppressWarnings is on because in checked mode it is an error to declare a compiled constant with inconsistent field types Fixes #24653 BUG= R=sigmund@google.com Review URL: https://codereview.chromium.org/1411153005 .
- Loading branch information
1 parent
ba60781
commit a4bfe1f
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters