Change Signature: Implement improved call processing algorithm
#KT-8953 Fixed #KT-9525 Fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
fun <caret>foo(b: Int, c: Int) {
|
||||
|
||||
}
|
||||
|
||||
fun test() {
|
||||
foo(2,
|
||||
3)
|
||||
foo(2, 3)
|
||||
foo(
|
||||
2,
|
||||
3
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user