blob: 37f571a1a58ca5fc61d33031a00727f050781f54 [file] [log] [blame]
void a() {
String s = "a";
if (s.equals("")) //$NON-NLS-1$
System.out.println("a");
else
System.out.println("b");
}