Files
kotlin-fork/compiler/testData/loadKotlin/annotations/parameters/Constructor.kt
T
2013-10-22 23:08:33 +04:00

7 lines
96 B
Kotlin

package test
annotation class A
annotation class B
class Class([A] val x: Int, [B] y: String)