max method

Max max(
  1. int max
)

Implementation

Max max(int max) => Max(max, super.stack);