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
packagefooabstractclassBar {
publicstaticString field
publicstaticStringmethod() {}
}
classBazextendsBar {
}
import staticfoo.Baz.*
f|
m|
Content assist (Ctrl+Space) proposals at f| are missing Bar.field and proposals at m| are missing Bar.method. Same goes for replacing the static import with an import favorite.
The text was updated successfully, but these errors were encountered:
Consider the following:
Content assist (Ctrl+Space) proposals at
f|
are missingBar.field
and proposals atm|
are missingBar.method
. Same goes for replacing the static import with an import favorite.The text was updated successfully, but these errors were encountered: