Learn more about cloning repositories
You have read-only access
teach the destructor analysis to ignore stores to 'this' object, allowing us to delete trivial dtors like: class File { var x : Int destructor { x = 4 } } Swift SVN r2565