Commits

Jordan Rose committed 3ca6768be3f
Using a variable within its own initializer is an error. Currently, this includes cases where a variable of the same name is available in an outer scope. We can change this later if desired. <rdar://problem/14566648> Swift SVN r6729