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
Infer type qualifiers for the project jolden-health.
Select the change Change parameter back to @Nullable Village. Expand it.
Select the error
incompatible types in argument.
Village village = new Village(level, label, back, seed);
found : @Initialized @Nullable Village
required : @Initialized @NonNull Village
The change Change parameter p to @Nullable Village should be highlighted but it is not.