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
Based on the spec changes in dart-lang/language#1083, a declaration of an operator []= with a return type which is not void should incur a compile-time error (with and without null-safety). The CFE currently does not emit that error.
The text was updated successfully, but these errors were encountered:
Based on the spec changes in dart-lang/language#1083, a declaration of an
operator []=
with a return type which is notvoid
should incur a compile-time error (with and without null-safety). The CFE currently does not emit that error.The text was updated successfully, but these errors were encountered: