Files
openide/python/testData/inspections/PyStringFormatInspection/PercentStringWithFormatStringReplacementSymbols.py
2017-05-15 14:37:53 +03:00

2 lines
116 B
Python

var = "if (1 == x)\n{\n%s;\n}" % "return 0"
"%s" % <warning descr="Too few arguments for format string">()</warning>