public class JavaSearchErrorTest { public static void main(String[] args) { String s = "foo"; s.toLowerCase(); } }