8 lines
106 B
Kotlin
Vendored
8 lines
106 B
Kotlin
Vendored
package test
|
|
|
|
class Some {
|
|
@TestAnnotation companion object {
|
|
annotation class TestAnnotation
|
|
}
|
|
}
|