*** empty log message ***

This commit is contained in:
florian 1998-03-29 10:48:09 +00:00
parent daf5945e73
commit 0960436eda
2 changed files with 10 additions and 0 deletions

9
bugs/bug0120.pp Normal file
View File

@ -0,0 +1,9 @@
type
te = (enum);
var
e : te;
begin
inc(e);
end.

View File

@ -165,3 +165,4 @@ bug0117.pp internalerror 17 (and why is there an automatic float
conversion?)
bug0118.pp Procedural vars cannot be assigned nil ?
bug0119.pp problem with methods
bug0120.pp inc/dec(enumeration) doesn't work