4aeeafdff0
First version, not all kinds of value arguments of annotations are supported
8 lines
75 B
Kotlin
8 lines
75 B
Kotlin
package test
|
|
|
|
annotation class Anno
|
|
|
|
class Class {
|
|
Anno class object
|
|
}
|