Add intentions to put arguments / parameters on one line #KT-23266 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
96581f1ecb
commit
03902030ed
@@ -0,0 +1,6 @@
|
||||
fun foo(a: Int = 1, b: Int = 1, c: Int = 1) {}
|
||||
|
||||
fun bar(a: Int, b: Int, c: Int) {
|
||||
foo(<caret>
|
||||
a, b, c)
|
||||
}
|
||||
Reference in New Issue
Block a user