Files
T
2015-06-12 09:23:31 +03:00

8 lines
87 B
Kotlin
Vendored

package test
annotation class Anno
interface Trait {
@[Anno] val property: Int
}