Smart completion: function literal argument can correspond only to the last parameter!
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(p: Int, handler: () -> Unit){}
|
||||
|
||||
fun bar(p: Int) {
|
||||
foo(p<caret>)
|
||||
}
|
||||
|
||||
// ELEMENT: p
|
||||
Reference in New Issue
Block a user