浏览代码

[hxb] fix CTIntersection

Rudy Ges 2 年之前
父节点
当前提交
6665c6e989
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/compiler/hxb/hxbWriter.ml

+ 1 - 1
src/compiler/hxb/hxbWriter.ml

@@ -473,7 +473,7 @@ class ['a] hxb_writer
 			self#write_placed_name pn;
 			self#write_type_hint th
 		| CTIntersection(thl) ->
-			chunk#write_byte 6;
+			chunk#write_byte 7;
 			chunk#write_list thl self#write_type_hint;
 
 	method write_type_hint (ct,p) =