- no error on: public class NullReceiver { public static void main (String[] args) { System.out.println((1==2 ? null : null).toString()); } // end of main ()
}
Log in to post a comment.