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
Those globals should never be able to old a `null` value.
Strictly speaking the `js-string-builtin` spec also says
```
If an import refers to the imported string namespace, then the import
type is matched against an extern type of (global (ref extern))
```
And `ref extern` is non-nullable (compared with `externref` which
is shorthand for `ref null extern`)
Change-Id: I0e2638fbfeb6d59f740320c7d4167fcff3d793e1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/457980
Commit-Queue: Martin Kustermann <[email protected]>
Reviewed-by: Ömer Ağacan <[email protected]>
0 commit comments