mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
8 lines
82 B
Kotlin
8 lines
82 B
Kotlin
package test
|
|
|
|
annotation class Anno
|
|
|
|
trait Trait {
|
|
[Anno] val property: Int
|
|
}
|