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:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
package p
|
||||
|
||||
class A {
|
||||
|
||||
}
|
||||
idea/testData/multiFileIntentions/moveDeclarationToSeparateFile/moveClassToFile/after/source/test.kt
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
package p
|
||||
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
|
||||
val x = 1
|
||||
Reference in New Issue
Block a user