-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ongood first issueA good starting issue for contributors (issues with this label will appear in /contribute)A good starting issue for contributors (issues with this label will appear in /contribute)package:dwdstriaged
Description
After #2426, which removed all the unsound null-safety tests, we should also remove everywhere where we allow unsound null safety to be specified.
For example:
webdev/dwds/lib/src/debugging/metadata/module_metadata.dart
Lines 117 to 119 in ae43e8e
/// True if the module corresponding to this metadata was compiled with sound | |
/// null safety enabled. | |
final bool soundNullSafety; |
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ongood first issueA good starting issue for contributors (issues with this label will appear in /contribute)A good starting issue for contributors (issues with this label will appear in /contribute)package:dwdstriaged