Move: Add intention to change file package without moving it physically
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<spot>package foo.bar</spot>
|
||||
|
||||
import bar.foo.OtherClass
|
||||
|
||||
class MyClass: OtherClass {
|
||||
fun myFun() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user