소스 검색

* typecheck after converting type to constant set

git-svn-id: trunk@10081 -
peter 17 년 전
부모
커밋
74f21d7bc3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);