Sfoglia il codice sorgente

* typecheck after converting type to constant set

git-svn-id: trunk@10081 -
peter 18 anni fa
parent
commit
74f21d7bc3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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);