Преглед изворни кода

[java] reserve all top-level symbols to avoid package shadowing by local vars (#9394)

Aleksandr Kuzmenko пре 5 година
родитељ
комит
ab39d7af22
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/context/common.ml

+ 1 - 1
src/context/common.ml

@@ -540,7 +540,7 @@ let get_config com =
 				else
 					{
 						vs_scope = FunctionScope;
-						vs_flags = [NoShadowing; ReserveCurrentTopLevelSymbol; ReserveNames(["_"])];
+						vs_flags = [NoShadowing; ReserveAllTopLevelSymbols; ReserveNames(["_"])];
 					}
 		}
 	| Python ->