mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 21:43:33 +07:00
JoinLinesHandler: separate processing of raw handlers; disable formatting for PSI handlers
GitOrigin-RevId: 59f8fe15c8ca883f02f968ac08a5aa490d4686b2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e991fc19ef
commit
bc9a1a4ba2
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
void test() {
|
||||
/* hello one two three */int foo = 5;int bar = 6;int baz; /* goodbye one two three */
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user