"Put arguments/parameters on separate lines": respect code style settings
#KT-20420 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
74ee68e57b
commit
a492fe7757
@@ -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) {
|
||||
}
|
||||
Reference in New Issue
Block a user