Move statement up: do not apply to @file annotation
#KT-10790 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
aeed7fe52d
commit
6b5c31e2fc
@@ -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) {
|
||||
}
|
||||
Reference in New Issue
Block a user