ConvertSwitchToIfIntention: better comments handling

This commit is contained in:
Tagir Valeev
2018-10-23 15:34:51 +07:00
parent fdce964e39
commit 747aec38c9
5 changed files with 48 additions and 5 deletions

View File

@@ -2,6 +2,10 @@
class Main {
static void fff(int x) {
if (x == 5) {
//1
//2
//3
//4
System.out.println("five-ten-fifteen"); //5
System.out.println("six"); //6
System.out.println("seven"); //7