Create From Usage: Place generated declarations next to original element container if they have common parent
#KT-6687 Fixed
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// "Create function 'foo'" "true"
|
||||
|
||||
val baz = 1
|
||||
|
||||
fun test() {
|
||||
val a: Int = <caret>foo()
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user