On 26.01.2016 23:39, Ondrej Pokorny wrote:
+ What bugs me even more is that protected methods are not available with the inherited keyword:

procedure TMyClass2.Foo;
begin
inherited Proc // CodeTools do not list Proc that is in protected section of parent class from different unit. It works without the "inherited" keyword, though
end;

I have to check why.

Fixed this one in r51425. Hopefully with no regressions.

Ondrej

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to