Move refactoring available on cut/paste declarations from an object to top-level
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// IS_AVAILABLE: false
|
||||
|
||||
fun foo() {
|
||||
val v = object : Runnable {
|
||||
override fun run() {
|
||||
}
|
||||
|
||||
<selection>
|
||||
fun bar() {
|
||||
}
|
||||
</selection>
|
||||
}
|
||||
}
|
||||
|
||||
<caret>
|
||||
Reference in New Issue
Block a user