-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recover better when a user uses commas in a for-statement instead of …
…semicolons (#75632)
- Loading branch information
Showing
11 changed files
with
900 additions
and
288 deletions.
There are no files selected for viewing
206 changes: 119 additions & 87 deletions
206
src/Compilers/CSharp/Portable/Parser/LanguageParser.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
170 changes: 109 additions & 61 deletions
170
src/Compilers/CSharp/Test/Emit3/Semantics/OutVarTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
169 changes: 109 additions & 60 deletions
169
src/Compilers/CSharp/Test/Emit3/Semantics/PatternMatchingTests_Scope.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.