Move statement up: do not apply to @file annotation

#KT-10790 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-11-18 16:08:18 +09:00
committed by Vladimir Dolzhenko
parent aeed7fe52d
commit 6b5c31e2fc
8 changed files with 58 additions and 4 deletions
@@ -0,0 +1,5 @@
// MOVE: up
package foo
@file:JvmName("Utils")<caret>
fun g(x: Int) {
}
@@ -0,0 +1,5 @@
// MOVE: up
@file:JvmName("Utils")<caret>
package foo
fun g(x: Int) {
}