Files
T
2013-12-17 20:28:59 +04:00

8 lines
82 B
Kotlin

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