New J2K: handle spaces in array dimensions declaration

#KT-36891 fixed
This commit is contained in:
Ilya Kirillov
2020-03-27 00:18:31 +03:00
parent 353e884c8f
commit 4d4aa88534
4 changed files with 15 additions and 9 deletions
@@ -0,0 +1,2 @@
//statement
int[][]d2=new int[ 5 ][ ];
@@ -0,0 +1 @@
val d2 = arrayOfNulls<IntArray>(5)