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
Fix allow-null initialization logic for class models
@class_model.name must be non-null whereas
@class_mode.table must be null. These constraints are
enforced in the models library. The generic nondet-
initialisation must use allow-null for these constraints
to take effect correctly.
0 commit comments