8 lines
82 B
Kotlin
8 lines
82 B
Kotlin
package test
|
|
|
|
annotation class Anno
|
|
|
|
trait Trait {
|
|
[Anno] val property: Int
|
|
}
|