6b5c31e2fc
#KT-10790 Fixed
5 lines
71 B
Kotlin
Vendored
5 lines
71 B
Kotlin
Vendored
// MOVE: up
|
|
package foo
|
|
@file:JvmName("Utils")<caret>
|
|
fun g(x: Int) {
|
|
} |