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