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
Sorry, forgot to leave a comment. We intentionally don't compute these complex expressions because it's pretty common to write e.g. if(true || oldCondition) while debugging
From @alexandrudima on January 27, 2016 10:45
Testing #2218
This shows a squiggly on the second return saying 'Unreachable code detected'.
The following or any other const expression does not:
same with
if (!false)
orif (!true)
, etc.Copied from original issue: microsoft/vscode#2430
The text was updated successfully, but these errors were encountered: