@JvmStatic fun of(componentType: TypeName): ArrayTypeName
@JvmStatic fun of(componentType: Type): ArrayTypeName
@JvmStatic fun of(componentType: KClass<*>): TypeName
Returns an array type whose elements are all instances of componentType.
componentType