Bläddra i källkod

* typecheck after converting type to constant set

git-svn-id: trunk@10081 -
peter 17 år sedan
förälder
incheckning
74f21d7bc3
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      compiler/nset.pas

+ 1 - 0
compiler/nset.pas

@@ -230,6 +230,7 @@ implementation
              dispose(pst);
              right.free;
              right:=t;
+             typecheckpass(right);
            end;
 
          typecheckpass(left);