mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
7 lines
101 B
Kotlin
7 lines
101 B
Kotlin
package test
|
|
|
|
annotation class A
|
|
annotation class B
|
|
|
|
enum class E([A] val x: String, [B] val y: Int)
|