New J2K: handle spaces in array dimensions declaration
#KT-36891 fixed
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
//statement
|
||||
int[][]d2=new int[ 5 ][ ];
|
||||
+1
@@ -0,0 +1 @@
|
||||
val d2 = arrayOfNulls<IntArray>(5)
|
||||
Reference in New Issue
Block a user