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
import staticp.A.isSomethingimport staticp.B.isSomethingString s =...
Iterable i =...
isSomething(s)
isSomething(i)
Organize Imports (Ctrl+Shift+O) drops the two imports. This is a common use case when using something like Apache Commons which adds similar named methods for Strings, Collections, etc.
The text was updated successfully, but these errors were encountered:
Consider the following:
Organize Imports (Ctrl+Shift+O) drops the two imports. This is a common use case when using something like Apache Commons which adds similar named methods for Strings, Collections, etc.
The text was updated successfully, but these errors were encountered: