Closed delphidabbler closed 2 years ago
https://github.com/delphidabbler/unit2ns/blob/36948c8f733623bd70a36e335bd7711ea7f73599/src/UConfig.pas#L18
This private keyword is erroneous and makes preceding strict private statement empty.
private
strict private
https://github.com/delphidabbler/unit2ns/blob/36948c8f733623bd70a36e335bd7711ea7f73599/src/UConfig.pas#L18
This
private
keyword is erroneous and makes precedingstrict private
statement empty.