class MulOperator{ method(x, y){ return x * y; } }