public class A { void test(String s) { s.equalsIgnoreCase("hello") } }