"Put arguments/parameters on separate lines": respect code style settings

#KT-20420 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-11-29 10:09:53 +09:00
committed by Yan Zhulanow
parent 74ee68e57b
commit a492fe7757
22 changed files with 161 additions and 3 deletions
@@ -1,2 +1,4 @@
// SET_TRUE: METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE
// SET_TRUE: METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE
fun foo(p: Int, <caret>c: Char) {
}