a492fe7757
#KT-20420 Fixed
8 lines
163 B
Plaintext
Vendored
8 lines
163 B
Plaintext
Vendored
// SET_TRUE: METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE
|
|
// SET_TRUE: METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE
|
|
fun foo(
|
|
p: Int,
|
|
c: Char,
|
|
b: <caret>Boolean
|
|
) {
|
|
} |