Commits

Chris Lattner committed f1ea135f8ce
fix <rdar://problem/27384685> QoI: Poor diagnostic when assigning a value to a method We previously said: x.method = 1 // error: cannot assign to property: 'x' is immutable we now say: error: cannot assign to property: 'method' is a method