Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
formatter
/
alignForMethodArguments.py
blob: 2725cc91f6759a08046471bbfa6e8064bc83cf7c [
file
] [
log
] [
blame
]
def
long_method_name
(
bar
,
baz
):
pass
long_method_name
(
"long string one"
,
"long string two"
)