mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
[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:
committed by
intellij-monorepo-bot
parent
f33959ccc5
commit
dc11424f70
@@ -1,6 +1,4 @@
|
||||
// "Safe delete 'i'" "true-preview"
|
||||
import java.io.*;
|
||||
|
||||
class a {
|
||||
private void run(int i1, int <caret>i, int ee) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user