class Type { static Type B; static Type C; }
In the following code A.C should be suggested and added to imports
import static A.B; Type t = <smart complete>