Files
Alexandr Evstigneev e986bf3265 IDEA-240930 refactored braces highlighting tests to be more friendly
GitOrigin-RevId: d7d758b0c574aef1918591931ace1fa2239eb1fa
2020-05-15 07:34:19 +00:00

5 lines
83 B
Plaintext

class Foo {
void foo() {
call<caret><brace>(</brace>{}<brace>)</brace>;
}
}