5231da4320
When trying to estimate if annotation entry might be resolved to a specified fqName we should track the short name from entry itself instead of the short name of desired annotation
6 lines
67 B
Kotlin
Vendored
6 lines
67 B
Kotlin
Vendored
import kotlin.jvm.JvmStatic as JS
|
|
|
|
object O {
|
|
@JS fun foo() {}
|
|
}
|