sdk
sdk copied to clipboard
Data driven fix: Replacing a method with a getter when method has been removed does not work correctly
Replacing a method with a getter works when method is marked @deprecated
. If the method is removed, then the parenthesis for the method are not replaced.
See failing test in collection_use_case_test.dart
.