All stacked scope. scopes.first is the current scope

Property definitions

nitc $ ScopeVisitor :: scopes=
	# All stacked scope. `scopes.first` is the current scope
	var scopes = new List[Scope]
src/semantize/scope.nit:84,2--85,29