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