mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
KT-4018 When moving members move comments too
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
// MOVE: up
|
||||
// class A
|
||||
class A {
|
||||
// class B
|
||||
class B {
|
||||
|
||||
}
|
||||
// fun foo
|
||||
<caret>fun foo() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user