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
As a workspace option, I'd love to be able to turn this one on; I don't actually use this option because I need it for certain behaviors, but I would love if the langserv could report errors as if it was enabled so I can catch any land-mines.
classTest
{
int y;
Test() { }
}
Test x, z;
Test @y=x;y=z;// allowed, but I'd like this to generate an error
The text was updated successfully, but these errors were encountered:
As a workspace option, I'd love to be able to turn this one on; I don't actually use this option because I need it for certain behaviors, but I would love if the langserv could report errors as if it was enabled so I can catch any land-mines.
The text was updated successfully, but these errors were encountered: