Files
codeql/python/ql/src/Statements/StatementNoEffect.py
2018-11-19 15:10:42 +00:00

5 lines
47 B
Python

def increment_and_show(x):
++x
x.show