sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Data driven fix: Replacing a method with a getter when method has been removed does not work correctly

Open keertip opened this issue 8 months ago • 0 comments

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.

keertip avatar Jun 25 '24 17:06 keertip