When a collection type is expected, invoke the Type-Matching code completion (&shortcut:SmartTypeCompletion;) twice. The IDE will search for arrays with the same component type and suggest converting them using the Arrays.asList() call.

Second Type-Matching completion result