mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
9 lines
180 B
Kotlin
9 lines
180 B
Kotlin
class Test {
|
|
[ClassObjectAnnotation]
|
|
[NestedAnnotation]
|
|
companion object {
|
|
annotation class ClassObjectAnnotation
|
|
}
|
|
|
|
annotation class NestedAnnotation
|
|
} |