6 lines
72 B
Kotlin
Vendored
6 lines
72 B
Kotlin
Vendored
package test
|
|
|
|
annotation class Anno
|
|
|
|
@field:Anno var property: Int = 42
|