summaryrefslogtreecommitdiff
path: root/python/testData/inspections/DefaultArgumentEmptyList.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/inspections/DefaultArgumentEmptyList.py')
-rw-r--r--python/testData/inspections/DefaultArgumentEmptyList.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/testData/inspections/DefaultArgumentEmptyList.py b/python/testData/inspections/DefaultArgumentEmptyList.py
new file mode 100644
index 000000000000..55748eb449d5
--- /dev/null
+++ b/python/testData/inspections/DefaultArgumentEmptyList.py
@@ -0,0 +1 @@
+def foo(args=<warning descr="Default argument value is mutable">[<caret>]</warning>):<EOLError descr="Indent expected"></EOLError> \ No newline at end of file