On Feb 7, 7:50 am, Adam Beneschan <
a...@irvine.com> wrote:
> On Feb 7, 4:05 am, David <
d.combesdhen...@gmail.com> wrote:
>
> > Hi all,
>
> > The compiler accept the line mark by a arrow of the adb bellow and
> > refuse the line mark by "****". I think it must not accept the first
> > line to. What do you think ?
>
> I agree, it's a bug. It shouldn't allow a constant L_I to be passed
> as an OUT parameter.
Before somebody else nitpicks, I don't think it's possible for the
Test procedure to declare an object of type Test.L_I'Class since L_I
isn't declared inside Test. I stuck the code in a package and changed
Test.L_I to use the package name before trying it.
-- Adam