27c5a0b60d
^KT-62679
9 lines
142 B
Kotlin
Vendored
9 lines
142 B
Kotlin
Vendored
import kotlin.annotation.AnnotationTarget.FIELD
|
|
|
|
object Some {
|
|
@Target(FIELD)
|
|
annotation class An<caret>n
|
|
|
|
const val FIELD = ""
|
|
}
|