mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
IDEA-127695 Formatting is breaking on typing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
public static void main(String[] args) {
|
||||
String s = "";
|
||||
s.replaceAll("\\<caret>");
|
||||
System.out.println();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user