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 new way of concatenating string literals is "foo" "bar" to make "foobar"
instead of using the + operator. Add a deprecation now to become a compile time error later.