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