7 lines
100 B
Kotlin
7 lines
100 B
Kotlin
package test
|
|
|
|
class Some {
|
|
TestAnnotation class object {
|
|
annotation class TestAnnotation
|
|
}
|
|
} |