Refactoring: remove braces from when entry intention is integrated into general remove braces intention

This commit is contained in:
Mikhail Glukhikh
2016-09-08 18:20:31 +03:00
parent 7f955fd260
commit cf2839eb9a
14 changed files with 49 additions and 110 deletions
@@ -1,3 +0,0 @@
when (a) {
1 -> <spot>b()</spot>
}
@@ -1,5 +0,0 @@
when (a) {
1 -> {
b()
}
}
@@ -1,5 +0,0 @@
<html>
<body>
This intention removes braces from 'when' entries with only a single expression.
</body>
</html>