fork download
  1. class Ideone {
  2. public static void main(String[] args) {
  3. int i = 0;
  4. int j = (short) i << 2;
  5. }
  6. }
Success #stdin #stdout 0.05s 32520KB
stdin
Standard input is empty
stdout
Standard output is empty