Commits

Doug Gregor committed 0c4baac6f6b
Make the 'self' declaration of a value type constructor be '@inout'. This removes an oddity in the AST whereby the 'self' declaration within a value type constructor was not represented as @inout, despite having @inout semantics in the language. Swift SVN r11194