mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-27 00:51:33 +01:00
*** empty log message ***
This commit is contained in:
parent
daf5945e73
commit
0960436eda
9
bugs/bug0120.pp
Normal file
9
bugs/bug0120.pp
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
type
|
||||||
|
te = (enum);
|
||||||
|
|
||||||
|
var
|
||||||
|
e : te;
|
||||||
|
|
||||||
|
begin
|
||||||
|
inc(e);
|
||||||
|
end.
|
||||||
@ -165,3 +165,4 @@ bug0117.pp internalerror 17 (and why is there an automatic float
|
|||||||
conversion?)
|
conversion?)
|
||||||
bug0118.pp Procedural vars cannot be assigned nil ?
|
bug0118.pp Procedural vars cannot be assigned nil ?
|
||||||
bug0119.pp problem with methods
|
bug0119.pp problem with methods
|
||||||
|
bug0120.pp inc/dec(enumeration) doesn't work
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user