summaryrefslogtreecommitdiffstats
path: root/testing/066
Commit message (Collapse)AuthorAgeFilesLines
* Fix C# property initializer parsingPiotr Szydełko2017-05-201-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.