Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/line/fileAnnotation.kt
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
Kotlin
Vendored

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