so just to make this clear: while collection literals are something that we eventually want to add to the language, we don’t have any plans for anything like the type declaration shortcuts being talked about here. in fact, Java does have this kind of special type syntax for array types, and you may have noticed that in Kotlin we decided not to implement that and to use regular
Array<T>
syntax instead