Files

8 lines
109 B
Kotlin
Vendored

// PLATFORM_DEPENDANT_METADATA
package test
annotation class Anno
val property: Int
@[Anno] get() = 42