Files

8 lines
118 B
Kotlin
Vendored

// PLATFORM_DEPENDANT_METADATA
package test
annotation class Anno
var property: Int = 42
@[Anno] set(value) { }