Implement an intention action to move a companion object member to top level
#KT-18828 Fixed (cherry picked from commit 11f8f8b)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
abstract class A {
|
||||
abstract fun <caret> foo()
|
||||
}
|
||||
Reference in New Issue
Block a user