blob: 135acd43c0e88c646cf62f656f5fc6e44b535f1c [file] [log] [blame]
classes:
- second
parameters:
_param:
notfound: exist
myparam: ${_param:some}
will:
not:
fail:
at:
tree: ${_param:notfound}
three: ${two}
empty:
list: []
dict: {}
~list_to_override: ${empty:list}
~dict_to_override: ${empty:dict}