a492fe7757
#KT-20420 Fixed
7 lines
156 B
Plaintext
Vendored
7 lines
156 B
Plaintext
Vendored
// SET_TRUE: METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE
|
|
// SET_FALSE: METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE
|
|
fun foo(
|
|
p: Int,
|
|
c: Char,
|
|
b: Boolean) {
|
|
} |