@@ -7420,12 +7420,12 @@ private object GenJSCode {
7420
7420
7421
7421
val byClass : Map [ClassName , Map [MethodName , JavalibOpBody ]] = Map (
7422
7422
jswkn.BoxedIntegerClass .withSuffix(" $" ) -> Map (
7423
- m(" divideUnsigned" , List (I , I ), I ) -> ArgBinaryOp (binop.Int_unsigned_/ ),
7424
- m(" remainderUnsigned" , List (I , I ), I ) -> ArgBinaryOp (binop.Int_unsigned_% ),
7423
+ m(" divideUnsigned" , List (I , I ), I ) -> ArgBinaryOp (binop.Int_unsigned_/ ),
7424
+ m(" remainderUnsigned" , List (I , I ), I ) -> ArgBinaryOp (binop.Int_unsigned_% )
7425
7425
),
7426
7426
jswkn.BoxedLongClass .withSuffix(" $" ) -> Map (
7427
- m(" divideUnsigned" , List (J , J ), J ) -> ArgBinaryOp (binop.Long_unsigned_/ ),
7428
- m(" remainderUnsigned" , List (J , J ), J ) -> ArgBinaryOp (binop.Long_unsigned_% ),
7427
+ m(" divideUnsigned" , List (J , J ), J ) -> ArgBinaryOp (binop.Long_unsigned_/ ),
7428
+ m(" remainderUnsigned" , List (J , J ), J ) -> ArgBinaryOp (binop.Long_unsigned_% )
7429
7429
),
7430
7430
jswkn.BoxedStringClass -> Map (
7431
7431
m(" length" , Nil , I ) -> ThisUnaryOp (unop.String_length ),
0 commit comments