Files
T
2015-05-12 19:43:17 +02:00

8 lines
86 B
Kotlin

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