KT-18232: Kotlin code converter misses annotations

#KT-18232 Fixed
This commit is contained in:
Toshiaki Kameyama
2017-08-11 22:36:11 +09:00
committed by Simon Ogorodnik
parent 4092d754c6
commit be664e26f7
8 changed files with 64 additions and 14 deletions
@@ -0,0 +1,6 @@
internal annotation class TestAnnotation
class Test(@param:TestAnnotation @field:TestAnnotation
@get:TestAnnotation
@set:TestAnnotation
var arg: String?)