You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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=
[email protected]
Review URL: https://codereview.chromium.org/1411153005 .
0 commit comments