Files
kotlin-fork/j2k/testData/fileOrElement/annotations/annotationFromConstructorParamToProperty.kt
T
Toshiaki Kameyama be664e26f7 KT-18232: Kotlin code converter misses annotations
#KT-18232 Fixed
2017-08-17 02:30:06 +03:00

6 lines
103 B
Kotlin
Vendored

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