class IDL::Expression::Operation::LShift

def calculate(lop, rop)

def calculate(lop, rop)
  check_rop(rop)
  lop << rop
end