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
#2380 shows the need to find out where an "incompatible type" error was first declared. In big code bases, it will otherwise be near impossible to find which superclass defined a variable, causing an error down the chain.
#2380 shows the need to find out where an "incompatible type" error was first declared. In big code bases, it will otherwise be near impossible to find which superclass defined a variable, causing an error down the chain.