mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
unused class when used through import only should not be treated as used (IDEA-99444)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package p;
|
||||
|
||||
import static p.Outer.Inner;
|
||||
import java.util.*;
|
||||
|
||||
abstract class <warning descr="Class 'Outer' is never used">Outer</warning> implements List<Inner> {
|
||||
public static class Inner {}
|
||||
}
|
||||
Reference in New Issue
Block a user