Open Melevir opened 4 years ago
Baron fails for all dicts that have dict unpacking in them:
x = {
"abc": "def"
}
y = {
"fed": "cba",
**x
}
This is a new functionality of Python 3.5 (PEP 448)
Looks like this issue is a duplicate of #137
Here is working Python snippet:
Last line fails when parsing with Baron:
baron==0.9
,Python 3.7.2