blob: bc4c04967759aa578b79116c72eb315e026dd2d5 [file] [log] [blame]
class Expr {
public void meth(double ps) {
boolean vb5 = ps instanceof CharSequence;
boolean vb8 = ps == "string";
boolean vb9 = ps != "string";
boolean vbf = (1 >= 0) && (ps instanceof CharSequence);
}
}