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
The compiler does not accept the printing out of primitive types other than int and object types other than String, throwing an "incompatible types" error. This behaviour is present on local and production builds.
The compiler does not accept the printing out of primitive types other than
intand object types other thanString, throwing an "incompatible types" error. This behaviour is present on local and production builds.