FlattenWhenIntention - smaller range and refactoring

This commit is contained in:
Valentin Kipyatkov
2015-05-06 00:53:06 +03:00
parent 428bcbbc8a
commit 76fc0c1418
8 changed files with 69 additions and 73 deletions
@@ -250,8 +250,6 @@ safe.access.to.if.then=Replace safe access expression with 'if' expression
safe.access.to.if.then.family=Replace Safe Access Expression with 'if' Expression
when.to.if=Replace 'when' with 'if'
when.to.if.family=Replace 'when' with 'if'
flatten.when=Flatten 'when' expression
flatten.when.family=Flatten 'when' Expression
merge.when=Merge 'when' expressions
merge.when.family=Merge 'when' Expression
introduce.when.subject=Introduce argument to 'when'