Files
openide/python/testData/intentions/PyStringConcatenationToFormatIntentionTest/augmentAssignment.py
T

3 lines
80 B
Python

header = "header"
value = "value"
result += header<caret> + " : " + value + "\n"