Create Function From Usage: Quick-fix for functions invoked via call expressions

This commit is contained in:
Alexey Sedunov
2014-09-24 18:16:29 +04:00
parent 22e3557895
commit 6043c6d0a7
49 changed files with 694 additions and 103 deletions
@@ -0,0 +1,5 @@
// "Create function 'foo' from usage" "true"
fun test(): Int {
return <caret>foo(2, "2")
}