Rename: Suggest respective parameter name for the local variable passed to function
#KT-14792 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// SUGGESTED_NAMES: baz, paramBar, s
|
||||
fun foo(paramBar: String) {
|
||||
|
||||
}
|
||||
|
||||
fun test() {
|
||||
val <caret>baz = ""
|
||||
foo(baz)
|
||||
}
|
||||
Reference in New Issue
Block a user