mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
JoinLinesHandler: convert end of line comments as a separate stage for all lines at once
GitOrigin-RevId: 25aa0068b8a1bf4b2a2c08ccf8c086bb49aa30ae
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b0e2febac8
commit
e8c5e2e3ec
@@ -0,0 +1,7 @@
|
||||
class A {
|
||||
void test() {
|
||||
<selection>int foo; //foo
|
||||
int bar; //bar
|
||||
int baz; //baz</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user