Browse Source

*** empty log message ***

florian 27 years ago
parent
commit
0960436eda
2 changed files with 10 additions and 0 deletions
  1. 9 0
      bugs/bug0120.pp
  2. 1 0
      bugs/readme.txt

+ 9 - 0
bugs/bug0120.pp

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

+ 1 - 0
bugs/readme.txt

@@ -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