Bitwise operators are not in the precedence table

grammar.html#precedence

Could you plz add them into this table?
Becasue I’m eager to know the exact precidence of all the operators. Thx!

Kotlin doesn’t have bitwise operators: they are standard infix methods.

1 Like