4aeeafdff0
First version, not all kinds of value arguments of annotations are supported
10 lines
103 B
Kotlin
10 lines
103 B
Kotlin
package test
|
|
|
|
annotation class Anno
|
|
|
|
class Class {
|
|
Anno class Nested
|
|
|
|
Anno inner class Inner
|
|
}
|