summaryrefslogtreecommitdiff
path: root/python/testData/formatter/multiLineCallChainSplitByBackslashes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/formatter/multiLineCallChainSplitByBackslashes.py')
-rw-r--r--python/testData/formatter/multiLineCallChainSplitByBackslashes.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/testData/formatter/multiLineCallChainSplitByBackslashes.py b/python/testData/formatter/multiLineCallChainSplitByBackslashes.py
new file mode 100644
index 000000000000..95b0398e4c5b
--- /dev/null
+++ b/python/testData/formatter/multiLineCallChainSplitByBackslashes.py
@@ -0,0 +1,4 @@
+def func():
+ return x.foo() \
+ .bar() \
+ .baz() \ No newline at end of file