mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +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();
|
||||
}
|
||||
}
|
||||
@@ -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