2
0
Эх сурвалжийг харах

[flash] add Error to reserved types here too

Dan Korostelev 10 жил өмнө
parent
commit
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_pattern_matching = false;
 			pf_can_skip_non_nullable_argument = false;
-			pf_reserved_type_paths = [([],"Object")];
+			pf_reserved_type_paths = [([],"Object");([],"Error")];
 		}
 	| Php ->
 		{