Closed GoogleCodeExporter closed 9 years ago
This is "as designed", when you don't have the "interface" keyword, the units
follow the "consolidated" syntax, in which you can mix declarations &
implementations, and where methods can have their implementation inline.
However for this yo work, this requires having "type" for each declaration (and
same goes for "const" & "var").
If you specify "interface", then the unit will follow the classic Delphi
syntax, with type/var/const sections, and a (required) implementation.
Original comment by zar...@gmail.com
on 15 May 2013 at 1:47
Original issue reported on code.google.com by
jac....@gmail.com
on 15 May 2013 at 10:45