[dart-announce] Breaking change 56893: Account for field promotion to Null when computing reachability based on equality tests
28 views
Skip to first unread message
'Paul Berry' via Dart Announcements
unread,
Oct 14, 2024, 9:58:25 AM10/14/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to anno...@dartlang.org
Issue 56893 proposes to fix a bug in reachability analysis for fields promoted to type `Null`. This is not expected to have any impact on real-world code, but theoretically it could result in new compile errors. In the highly unlikely event that any code is affected, it can be fixed by adding explicit type annotations.