Create Function From Usage: Quick-fix for functions invoked via call expressions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Create function 'foo' from usage" "true"
|
||||
|
||||
fun test(): Int {
|
||||
return <caret>foo(2, "2")
|
||||
}
|
||||
Reference in New Issue
Block a user