8 lines
105 B
Kotlin
8 lines
105 B
Kotlin
package test
|
|
|
|
class Some {
|
|
TestAnnotation companion object {
|
|
annotation class TestAnnotation
|
|
}
|
|
}
|