Files
kotlin-fork/j2k/testData/fileOrElement/annotations/annotationFromConstructorParamToProperty.kt
T
2017-01-10 16:20:58 +03:00

6 lines
97 B
Kotlin
Vendored

internal annotation class A
internal annotation class B
class U(@param:A @B
var i: Int)