Intentions: Move member of companion object to corresponding class
#KT-9697 Fixed
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
class A {
|
||||
companion object {
|
||||
class B {
|
||||
|
||||
}
|
||||
|
||||
fun <caret>foo() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
foo()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user