blob: bee6f10053c2a6a951a5350683cc5cdd1af32de0 [file] [log] [blame]
class Foo {
public static void main(String[] args) {
String s = "";
s.replaceAll("<caret>");
System.out.println();
}
}