mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-16 16:02:16 +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,5 @@
|
||||
class A {
|
||||
void test() {
|
||||
int foo; /*foo*/int bar; /*bar*/int baz; //baz
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user