浏览代码

[flash] add Error to reserved types here too

Dan Korostelev 10 年之前
父节点
当前提交
d1186ffc1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common.ml

+ 1 - 1
common.ml

@@ -610,7 +610,7 @@ let get_config com =
 			pf_overload = false;
 			pf_overload = false;
 			pf_pattern_matching = false;
 			pf_pattern_matching = false;
 			pf_can_skip_non_nullable_argument = false;
 			pf_can_skip_non_nullable_argument = false;
-			pf_reserved_type_paths = [([],"Object")];
+			pf_reserved_type_paths = [([],"Object");([],"Error")];
 		}
 		}
 	| Php ->
 	| Php ->
 		{
 		{