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
Apologies if this issue is opened in the wrong place, but I'm running into a strange error where out of two equivalent lines in Java, both of which compile just fine, one gives me an error in my VSCode IDE.
Apologies if this issue is opened in the wrong place, but I'm running into a strange error where out of two equivalent lines in Java, both of which compile just fine, one gives me an error in my VSCode IDE.
This line gives me an error:
While this entirely equivalent line does not:
This line is defined in an
enum
using the common pattern of converting an enum to a key value pair map.The error is:
Type mismatch: cannot convert from Object to Map<String,IndexType> Java(16777233)
from VSCode.Java imports here
The text was updated successfully, but these errors were encountered: