``` return config[section]?.get(key) return confi...
# language-proposals
j
Copy code
return config[section]?.get(key) 
return config[section]?.[key]