7 lines
86 B
Kotlin
7 lines
86 B
Kotlin
package test
|
|
|
|
annotation class Anno
|
|
|
|
var property: Int = 42
|
|
[Anno] set(value) { }
|