New J2K: correctly convert main method with varargs argument

#KT-33756 fixed
This commit is contained in:
Ilya Kirillov
2019-09-16 21:20:44 +03:00
parent 5d6cf34045
commit cfd476ca7e
5 changed files with 35 additions and 36 deletions
+4
View File
@@ -0,0 +1,4 @@
public class Main {
public static void main(String... args) {
}
}