// testando operador && (lado esquerdo invalido) class m { public static void main(String[] args) { if ( new m() && true ) System.out.println(1); } }