Move Declarations: Add intention which moves top-level declaration to the separate file in the same directory and package
#KT-4936 Fixed
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package p
|
||||
|
||||
class <caret>A {
|
||||
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
|
||||
val x = 1
|
||||
Reference in New Issue
Block a user