summaryrefslogtreecommitdiff
path: root/python/testData/refactoring/inlinelocal/referenceInParenthesis.before.py
blob: da3059f478cd0338a6a5e1f5eefd036614fda54b (plain)
1
2
3
4
5
x<caret> = 'spam!' * 42

print (x)
(x)
hex(x)