Files
openide/python/testData/psi/MatMul.py
Andrey Vlasovskikh e7db2ff39c Parsing of '@' and '@=' operators (PY-15390)
We have to introduce a new lexeme '@=' and re-define '@' to become a
binary operator as well as the prefix of the decorator.
2015-03-24 17:40:42 +03:00

6 lines
43 B
Python

x @ y
x @ y @ z
x @ y * z
x + y @ z
z @= x