Using a recent nightly (which uses NotImportedContributor), completing on firstOrNull from package:collection does not add the import statement:

Importing on something else (like calculate() from the default command line project) does insert the import statement.
Using a recent nightly (which uses
NotImportedContributor), completing onfirstOrNullfrompackage:collectiondoes not add theimportstatement:Importing on something else (like
calculate()from the default command line project) does insert the import statement.