New J2K: correctly handle vararg annotation parameter of external Java class

#KT-31726 fixed
This commit is contained in:
Ilya Kirillov
2019-06-05 18:36:34 +03:00
parent 58611ec417
commit a56155ca73
4 changed files with 18 additions and 5 deletions
+4
View File
@@ -123,4 +123,8 @@ public class JavaClass {
public int get(int p) {
return 0;
}
}
public @interface SpecialExternal {
String[] names(); //array is used
}