logos
logos copied to clipboard
Add [super ...] calls
Sometimes when tweaking, it would be useful to override a method by calling the superclass' implementation. Logos provides no way to do this, which means using runtime methods which are generally a pain.
Feature request: add support for [super method]
calls