Name Suggester: Suggest parameter name for the corresponding argument expression
#KT-8111 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// WITH_RUNTIME
|
||||
fun x(items : Sequence<String>) {}
|
||||
fun y() {
|
||||
x(<selection>sequenceOf("")</selection>)
|
||||
}
|
||||
/*
|
||||
items
|
||||
of
|
||||
sequence
|
||||
sequenceOf
|
||||
*/
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
// WITH_RUNTIME
|
||||
fun x(items : Sequence<String>) {}
|
||||
fun y() {
|
||||
x(<selection>foo@ (sequenceOf(""))</selection>)
|
||||
}
|
||||
/*
|
||||
items
|
||||
of
|
||||
sequence
|
||||
sequenceOf
|
||||
*/
|
||||
Reference in New Issue
Block a user