You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The correct import for this should be import com.example.OuterClass.InnerClass;. When I am using auto-complete, it works perfectly. But when I am using company for completion, the automatically added import is import com.example.InnerClass;.
The text was updated successfully, but these errors were encountered:
Suppose I have a class like following
The correct import for this should be
import com.example.OuterClass.InnerClass;
. When I am using auto-complete, it works perfectly. But when I am using company for completion, the automatically added import isimport com.example.InnerClass;
.The text was updated successfully, but these errors were encountered: