Skip to content

subclasses inherit static methods

username-removed-383729 requested to merge gl-33 into master

This fixes an oversight with classes – if Foo extends from Bar, and Bar has a static method baz, you should be able to call Foo.baz(). If Foo has its own static baz method, it should be able to use super().

Fixes #33 (closed).

Merge request reports