J2K: use arrayOf instead of array and similar

This commit is contained in:
Valentin Kipyatkov
2015-05-27 20:25:53 +03:00
parent 002312f98a
commit ce40ed1385
22 changed files with 28 additions and 28 deletions
@@ -1,4 +1,4 @@
val a = 0.0
val b = 0.0
val c = 0.0
val ds = doubleArray(a, b, c)
val ds = doubleArrayOf(a, b, c)