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
@@ -9,5 +9,5 @@ interface I2
Anon("c", "d", x = 1)
interface I3
Anon(value = *array("c", "d"))
Anon(value = *arrayOf("c", "d"))
interface I4