join lines: convert end-of-line comments to block comments when possible (IDEABKL-290)

This commit is contained in:
Dmitry Jemerov
2015-02-12 12:35:06 +01:00
parent 93af2752b9
commit 9dee6e8ff3
6 changed files with 121 additions and 45 deletions
@@ -0,0 +1,6 @@
class Foo {
void f() {
if (ff) { /*comment*/ return null;
}
}
}