Closed jamesqo closed 6 years ago
See https://github.com/jamesqo/Repository/blob/e60ba55bb17098c65ee0ab401eef4205f99b0ad8/Repository/EditFileActivity.Adapter.cs#L43 for a repro. I haven't tested, but perhaps this happens with other modifiers, e.g. virtual, abstract as well.
virtual
abstract
Most likely an issue with formatting around lambda syntax properties in general.
See https://github.com/jamesqo/Repository/blob/e60ba55bb17098c65ee0ab401eef4205f99b0ad8/Repository/EditFileActivity.Adapter.cs#L43 for a repro. I haven't tested, but perhaps this happens with other modifiers, e.g.
virtual
,abstract
as well.