JoinLinesHandler: convert end of line comments as a separate stage for all lines at once

GitOrigin-RevId: 25aa0068b8a1bf4b2a2c08ccf8c086bb49aa30ae
This commit is contained in:
Tagir Valeev
2019-08-23 11:03:21 +03:00
committed by intellij-monorepo-bot
parent b0e2febac8
commit e8c5e2e3ec
4 changed files with 50 additions and 16 deletions
@@ -0,0 +1,7 @@
class A {
void test() {
<selection>int foo; //foo
int bar; //bar
int baz; //baz</selection>
}
}