Java to Kotlin: correct conversion of array components in annotation attributes

This commit is contained in:
Valentin Kipyatkov
2014-06-16 19:10:58 +04:00
parent 65b3ec6dfd
commit bd30ae572e
4 changed files with 41 additions and 23 deletions
@@ -7,6 +7,8 @@ import javaApi.*;
@Anon4({"x", "y"})
@Anon5(1)
@Anon6({"x", "y"})
@Anon7({ String.class, StringBuilder.class })
@Anon8(classes = { String.class, StringBuilder.class })
class C {
@Anon5(1) @Deprecated private int field1 = 0;