also this works `inline fun <reified T> newA...
# announcements
v
also this works
inline fun <reified T> newArray1(t: T): Array<T> = Array(1, {t})