mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is immensely useful when working on generic code, where the signatures of (many) functions are all that is required, and removing the bodies makes things compile faster, allows tools like creduce to work better and results in less noise in a debugger. Unfortunately the design of refactoring means this currently only works on a single top-level decl, or multiple decls inside a type.