-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C# 6.0 feature: expression bodied members (#4)
* specification for expression bodied members * clarify expression body * Update classes.md * Apply suggestions from code review Co-authored-by: Jon Skeet <jonskeet@google.com> * respond to feedback. * Remove ';' from grammar for method_body. That should not have been included. * replace "statement body" with "block body". I'd reversed the committee's decision in the previous commit * Replace "statement body" with "block body" * Update standard/classes.md Co-authored-by: Jon Skeet <jonskeet@google.com> * "shall not" phrasing * add empty statement to grammar Co-authored-by: Rex Jaeschke <rex@RexJaeschke.com> Co-authored-by: Jon Skeet <jonskeet@google.com>
- Loading branch information
1 parent
a977b20
commit 4216150
Showing
2 changed files
with
51 additions
and
26 deletions.
There are no files selected for viewing
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