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
E.g. at the moment, assigning String to a Float field will fail with a type error when producing the class. But until we make improvements, setting a non-existent field on an object will be allowed, creating a class that cannot really be used.
E.g. at the moment, assigning String to a Float field will fail with a type error when producing the class. But until we make improvements, setting a non-existent field on an object will be allowed, creating a class that cannot really be used.