Commits

Devin Coughlin committed 78c1961195e
Sema: Add Fix-It suggesting @available() to lazy properties It is safe to add an @available attribute to lazy properties, so suggest a Fix-It to do so if the property references a potentially unavailable symbol. rdar://problem/20968204 Swift SVN r30321