Files
kotlin-fork/nj2k/testData/newJ2k/assignmentExpression/bitOperationPriorityComments.kt
T
2019-09-29 11:39:35 +03:00

1 line
176 B
Kotlin
Vendored

/*pre*/5 /*operand '5'*/ shl /*left shift*/16 /*operand '16'*/ or ( /*or*/1 /*operand '1'*/ shr /*right shift*/8 /*operand '8'*/) or /*or*/0 /*operand '0'*/ /*post comment*/