Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/line/fileAnnotation.kt.after
T
Toshiaki Kameyama 6b5c31e2fc Move statement up: do not apply to @file annotation
#KT-10790 Fixed
2020-07-06 17:50:39 +02:00

5 lines
71 B
Plaintext
Vendored

// MOVE: up
@file:JvmName("Utils")<caret>
package foo
fun g(x: Int) {
}