Skip to content

Recognize virtual/abstract properties through getter/setter methods

Lorenz Wildberg requested to merge lwildberg/vala:properties into main

I cannot think of a scenario where one accessor is virtual/abstract and the other not, so I don't think we need to look for such situations.

Merge request reports