Martin Frb via fpc-devel schrieb am Do.,
3. Apr. 2025, 21:35:
> "class of" can use qualified identifiers. It works with "unit.classname".
>
> But it can't be used on a class nested in another container?
> (same if TFoo is advanced record)
>
> Is that intentional?
>
> program Project1;
> type
>
"class of" can use qualified identifiers. It works with "unit.classname".
But it can't be used on a class nested in another container?
(same if TFoo is advanced record)
Is that intentional?
program Project1;
type
TFoo = class
public type
TBar = class end;
end;
TFooClass = class of
On 27/03/2025 12:28, Martin Frb wrote:
There are 2 features, I am missing.
I did a couple of experiments... Those are not finished code. They only
showcase the ideas, and only for the one OpenAddressingLp case
https://gitlab.com/martin_frb/fpc-src/-/compare/main...rtl-gen-opt?from_project_id