mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 15:54:05 +00:00
10 lines
114 B
Kotlin
Vendored
10 lines
114 B
Kotlin
Vendored
package test
|
|
|
|
annotation class Anno
|
|
|
|
class Class {
|
|
interface Trait {
|
|
[Anno] val property: Int
|
|
}
|
|
}
|