summaryrefslogtreecommitdiff
path: root/python/testData/inspections/ReplacePrintComment.py
blob: 1cf3778b69b15915d7ebffdef11bc35cd267248f (plain)
1
<warning descr="Statement seems to have no effect and can be replaced with function call to have effect">print</warning><error descr="End of statement expected"> </error><warning descr="Statement seems to have no effect">'%s %s %s %s' % bar</warning>  # <- doesn't work either