Explorar o código

[flash] add Error to reserved types here too

Dan Korostelev %!s(int64=10) %!d(string=hai) anos
pai
achega
d1186ffc1f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ->
 		{