[kotlin] Run import optimizer when no usages are found

Fixes the issue in Kotlin, Java and Groovy. #KTIJ-28288 Fixed

GitOrigin-RevId: 7cd5942539a10f9ccdba386396f15546b0a9ac00
This commit is contained in:
Bart van Helvert
2024-01-11 18:32:37 +01:00
committed by intellij-monorepo-bot
parent f33959ccc5
commit dc11424f70
36 changed files with 154 additions and 33 deletions

View File

@@ -1,6 +1,4 @@
// "Safe delete 'i'" "true-preview"
import java.io.*;
class a {
private void run(int i1, int <caret>i, int ee) {
}