Project

General

Profile

Bug #4978

Updated by Greg Shah over 3 years ago

The 4GL seems to allow calling a static method defined in the base class as if it is part of the class itself and this is perfectly valid. However when doing that the code conversion acts strange, there is no error but the line with the offended code is simply skipped and missing in generated code (if no-error is used it just put an empty @silent@ block).

A test case here - oo/quirks/static_method/test_static_method.p

Back