Sfoglia il codice sorgente

[flash] add Error to reserved types here too

Dan Korostelev 10 anni fa
parent
commit
d1186ffc1f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 ->
 		{