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
For that purpose we should add --[no-]null-assertions flag which would insert assert(x != null) for every parameter of every function that has a non-nullable type (in NNBD weak mode).
The text was updated successfully, but these errors were encountered:
alexmarkov
added
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
NNBD
Issues related to NNBD Release
labels
Jun 16, 2020
We should implement https://github.com/dart-lang/language/blob/master/accepted/future-releases/nnbd/feature-specification.md#automatic-debug-assertion-insertion in the VM.
For that purpose we should add
--[no-]null-assertions
flag which would insertassert(x != null)
for every parameter of every function that has a non-nullable type (in NNBD weak mode).@leafpetersen
The text was updated successfully, but these errors were encountered: