Files
codeql/python/extractor/tests/parser/expressions.py

15 lines
120 B
Python

1
2 + 3
4 * 5 / 6
(7 + 8) * 9
(10, 11)
( 12, 13 )
14 , 15
(match := 16)