Make "Add name(s) to call arguments" available for generic arguments

#KT-15550 Fixed
This commit is contained in:
Mikhail Glukhikh
2018-10-24 16:09:19 +03:00
parent e93a90bc09
commit 6e10235208
22 changed files with 93 additions and 37 deletions
@@ -1,6 +1,7 @@
// "Create local variable 'foo'" "false"
// ACTION: Rename reference
// ACTION: Create function 'foo'
// ACTION: Add 'f =' to argument
// ERROR: Unresolved reference: foo
fun test(f: (Int) -> Int) {}