Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix C# property initializer parsing | Piotr Szydełko | 2017-05-20 | 1 | -0/+50 |
int Property {get; set;} = 23; The parser was ending the property at the closing bracket, which resulted in the initializer being assigned to the following property. |