Files
kotlin-fork/compiler/testData/asJava/ultraLightClasses/importAliases.kt
T
Denis Zharkov 5231da4320 Fix hasAlias check when resolving annotation in ultra-light classes
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
2018-11-26 11:36:30 +03:00

6 lines
67 B
Kotlin
Vendored

import kotlin.jvm.JvmStatic as JS
object O {
@JS fun foo() {}
}