Closed CosynPa closed 8 years ago
All of the precedencegroups we have are subject to revision right now, so thank you for reporting this. Would you mind opening a pull request against typelift/Operadics for this? If you can't find the time to do so, I will get to this tonight.
Thank you again for reporting this, it has been resolved by the merge of #55.
Since the precedence group has no order relationship with
AssignmentPrecedence
:Is this intended behaviour? Before Swift 3, we had precedence 95 which is lower than ternary operator (100) and higher than assignment (90).