27c5a0b60d
^KT-62679
9 lines
139 B
Kotlin
Vendored
9 lines
139 B
Kotlin
Vendored
object Some {
|
|
@Target(AnnotationTarget.CLASS)
|
|
annotation class A<caret>nn
|
|
|
|
enum class AnnotationTarget {
|
|
CLASS
|
|
}
|
|
}
|