summaryrefslogtreecommitdiff
path: root/python/testData/inspections/ReplacePrintEnd.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/inspections/ReplacePrintEnd.py')
-rw-r--r--python/testData/inspections/ReplacePrintEnd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/testData/inspections/ReplacePrintEnd.py b/python/testData/inspections/ReplacePrintEnd.py
new file mode 100644
index 000000000000..afc37fbe2840
--- /dev/null
+++ b/python/testData/inspections/ReplacePrintEnd.py
@@ -0,0 +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">var,</warning> \ No newline at end of file