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
From offline convo with @RikkiGibson : public C(string x!) { } shoudl not parse. Also, it's likely that we're parsing string x!!= = 0 improperly (creating an invalid tree that violates roslyn invariants).
From offline convo with @RikkiGibson :
public C(string x!) { }shoudl not parse. Also, it's likely that we're parsingstring x!!= = 0improperly (creating an invalid tree that violates roslyn invariants).