JoinLinesHandler: separate processing of raw handlers; disable formatting for PSI handlers

GitOrigin-RevId: 59f8fe15c8ca883f02f968ac08a5aa490d4686b2
This commit is contained in:
Tagir Valeev
2019-08-24 15:00:58 +03:00
committed by intellij-monorepo-bot
parent e991fc19ef
commit bc9a1a4ba2
8 changed files with 119 additions and 53 deletions
@@ -0,0 +1,5 @@
class A {
void test() {
/* hello one two three */int foo = 5;int bar = 6;int baz; /* goodbye one two three */
}
}