Files
swift-mirror/lib/IDE/Refactoring.cpp
Robert Widmann 713dcd8762 Expand Memberwise Initializer Refactoring Action
- Struct declarations are now eligible for the refactoring action
- Default argument expressions specified in source are printed into the generated initializer as well

Note that we are explicitly missing the ability to print a 'nil' default argument for members of type T? because TypeReprs are not fully resolved by the time the refactoring engine runs.
2019-08-03 22:36:15 -07:00

119 KiB